1
votes

Is there a way to show Root lines in a WPF Treeview?

Or do you have to resort to doing something complicated like using Control Templates

The Winforms treeview has a ShowRootLines property but none exists for the WPF treeview.

Thanks

1

1 Answers

2
votes

The answer is that you must create your own templates to do this. Here's a post in the MSDN forums with an answer from a MSFT rep on how you can accomplish this.