<Style.Resources>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="DarkRed"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="Red" />
<SolidColorBrush x:Key="{x:Static SystemColors.ControlBrushKey}" Color="DarkRed" />
</Style.Resources>
Above code works well on windows 7 but not on windows 8. How can i change
Listbox Selected Item background and foreground on Windows 8. I m using .Net 4.5
Please help. Thanks
↧
How to change Listbox Selected Item Background in Windows 8
↧