Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show treeview items connected with lines?

Is there a way to make the treeview show lines connecting items when we expand them?

Thanks!

like image 815
djcouchycouch Avatar asked Aug 03 '09 14:08

djcouchycouch


1 Answers

You'd have to replace TreeViewItem control template to achive that. Look at this thread on MSDN there should be all information you need.

like image 174
Alex_P Avatar answered Oct 18 '22 01:10

Alex_P