I am using silverlight and want to dynamically generate a hierararchy tree in the following format :

Since Silverlight controls are lookless,how can I structure a template that ultimately look like the image?
|
1
|
I am using silverlight and want to dynamically generate a hierararchy tree in the following format :
Since Silverlight controls are lookless,how can I structure a template that ultimately look like the image?
|
||
|
|
|
|
I've done this in WPF, but not Silverlight. Don't have the code handy now, but two resources I used were: The layout bit is not that hard. Connectors are a bit more difficult, especially if things are moving around. |
||
|