Silverlight: custom template for hierarchical tree

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

Hierarchy tree tree http://img21.imageshack.us/img21/4889/treeview.jpg

Since the Silverlight controls look useless, how can I structure a template that will eventually look like an image?

+3
source share
1 answer

I did this in WPF, but not in Silverlight. Now you have no code, but I used two resources:

. , .

+1

Source: https://habr.com/ru/post/1706207/


All Articles