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

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about wpf

Related posts about treeview