WPF TreeView Full Row Select background
- by RHaguiuda
Hi
How can I make a TreeViewItem background span over the width of the Treeview, not only where theres text (just like when you select an item at Windows Explorer - the items background covers the entire width of TreeView control).
In Windows Forms I could use FullRowSelect property, but not in WPF.
Thanks