Changing color of HighlighBrushKey in XAML
- by phil
Hi,
I have the following problem.
The background color in a ListView is set LightGreen or White, whether a boolflag is true or false.
Example Screen
Window1.xaml:
<Window.Resources>
<Style TargetType="{x:Type ListViewItem}">
<Style.Triggers>
<DataTrigger Binding="{Binding Path=BoolFlag}"…