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
Related
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
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 7 years ago.
Improve this question
I would like to use WPF window in Unit Test Project.
but I can't find menu in Add Menu.(Project > Mouse Right Click > Add)
(Windows Form is exist...)
How to make wpf window in unit test project?
Typically the UI isn't tested using Unit Testing. You should look in to Coded UI Testing, as that is exactly what it was designed to test.
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
It's been a few years after the last question here about DeskBands. So...
I've found this DeskBand called My Dell, all the current bloatware software from Dell is probably made with WPF.
Here is the DeskBand:
Is it possible to use WPF to make that? or even just xaml?
The only example I got it is from 2002 and uses WinForms.
Why the CLOSE votes??? It's a simple and valid question!!!
Is it possible to use WPF to make that?
Yes.
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
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 4 years ago.
Improve this question
I've got controls strewn around a Canvas that the user can manipulate, and I'd like to make it so that the user can resize these controls by dragging a border edge. I could write a custom control, but before I dive into that, I'd like to find out if anyone has solved this problem already.
this is the best implementation i have ever seen. Using an adorner overlay of thumps and the thumbs does the resize on the AdornedElement
http://dvuyka.spaces.live.com/blog/cns!305B02907E9BE19A!144.entry