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
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
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.