WPF TreeView Full Row Select background
Posted
by RHaguiuda
on Stack Overflow
See other posts from Stack Overflow
or by RHaguiuda
Published on 2010-06-02T20:49:04Z
Indexed on
2010/06/02
20:54 UTC
Read the original article
Hit count: 1997
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 item
s background covers the entire width of TreeView control).
In Windows Forms I could use FullRowSelect property, but not in WPF.
Thanks
© Stack Overflow or respective owner