I need to create UML-like block diagram with connected components dynamically in Silverlight. How to do this? What controls should be used for this? It is required to add show/hide toggle for some items in the blocks.
I need to create UML-like block diagram with connected components dynamically in Silverlight. How
Share
You can use an ItemsControl with a Canvas.
The end result looks something like this: