TreeviewItem Background color
WCF and WF
2
Posts
1
Posters
0
Views
1
Watching
-
Default, a treeviewItem when selected, has it's background color gray. I'm not able to change this ?
<Trigger Property="IsSelected" Value="true">
<Setter Property="Background" Value="White"></Setter>
<Setter Property="Foreground" Value="White"></Setter>
</Trigger>This only makes the text white but the background of the treeviewitem stays gray when selected..
-
Default, a treeviewItem when selected, has it's background color gray. I'm not able to change this ?
<Trigger Property="IsSelected" Value="true">
<Setter Property="Background" Value="White"></Setter>
<Setter Property="Foreground" Value="White"></Setter>
</Trigger>This only makes the text white but the background of the treeviewitem stays gray when selected..