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
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 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 2 years ago.
Improve this question
Dashboard Image: https://i.stack.imgur.com/8fq9I.png
I kindly seek guidance on how to come up with that dashboard; how to generate those graphs, how to lay them exactly like that and how to size them like that.
Okay, I created the doughnut graph, I tried to put it in a container as it appears in the container and size the container but I failed. It just keeps appearing in the centre of my simulator screen
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 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 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 want to create a menu in my application with one menuitem. When the user clicks in the menuitem, a Screen must be loaded. I am new in Blackberry so please help.
Do you mean you want a web page to open in the browser? Take a look at BrowserSession.displayPage(). You can obtain a BrowserSession with Browser.getDefaultSession().