WPF Treeview: How to display rounded border around the selected item?
- by chikak
I am trying to set the rounded border around the selected item of the treeview (like the one in the windows explorer on Vista). The problem is that the trigger in the following code doesn't seem to be working. It looks like the IsSelected property is always false.
<TreeView x:Name="m_treeView" BorderThickness="0" d:LayoutOverrides="Width,…