Force ListViewItem Background colour to change when bound item it is bound to changes.
- by hayrob
My ItemContainerStyle works perfectly when a ListViewItem is added:
<Style x:Key="ItemContStyle"
TargetType="{x:Type ListViewItem}">
<Style.Resources>
<SolidColorBrush x:Key="lossBrush"
Color="Red" />
<SolidColorBrush x:Key="newPartNo"
…