tags:

views:

127

answers:

1

Hi,

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  A: 

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.

Drew Marsh