Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am adding Screen inside another screen in caliburn Micro wpf. Is it best practice? If it is best way, Why?
Yes you can do it. Take a look on a documentation before ask, and please form your questions properly.
Here is an example of multiple views rendering using Caluburn Micro:
Add multiple views inside a view using WPF and Caliburn.Micro
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 15 hours ago.
Improve this question
I am looking to make 2 side by side charts, one chart that is using hard coded data, and one chart that the user can "draw" or drag and edit
I tried using react chart js, but the documentation was horrible and overall it just did not even work. I am looking for a cleaner solution. I am open to any ideas
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I want to know that, is it possible to add telerik's RadOrgChart control in wpf application?
I want to know that, is it possible to add telerik's RadOrgChart control in wpf application?
No. As far as I know RadOrgChart is an ASP.NET control
Is there any other telerik control for wpf with same functionality?
That would probably be the RadDiagram control: http://docs.telerik.com/devtools/wpf/controls/raddiagram/overview
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
What is this Model–View–Whatever (MV*) ?
How it will work in angularjs ? Can someone explain briefly?
Model-View-Whatever paradigm is a term used to indicate the capability of the framework being used to give the option to choose from MVC or MVVM approaches. Like in Angular.js.
The Angular team wants you to use “whatever” of the following systems work for you. you can use Model View Controller, Model View Adapter, Model-View-ViewModel etc
visit here for more info
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am the beginner of Responsive Web Design. I have started with basic css coding for responsive such as max-device-width. I don't know how to start with body tag coding to complete basic layout.
To answer your quesion, typically there's nothing special required for the body tag.
If you are new to responsive design, you could consider starting with one of the many frameworks, they will help you off to a fast start. A few suggestions are Bootstrap, Foundation or Skeleton
They are all good, choose one that suits your style and jump in!
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I will be developing a new WPF application. I decided to use Caliburn.Micro for my MVVM so would like to ask you which one of the known IoC containers is the best approach with WPF Caliburn.Micro framework based on yours opinion or experience ? And if you could say why is that.
Thanks
I personally use Unity together Winther caliburn.micro on my current projekt. It Works really great