Search code examples
c#wpftreeviewtreeviewitem

Show treeview items connected with lines?


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

Thanks!


Solution

  • You'd have to replace TreeViewItem control template to achieve that. Look at this thread on MSDN (via archive.org) there should be all information you need.