I\'m trying to change the background of the selected item in a WPF ListBox.
I have attempted to implement a style for it, but for some reason it\'s not being applied
You specify the SelectedItem Background for a ListBox with the SystemColors.HighlightBrushKey (focused) and SystemColors.ControlBrushKey (not focused)
SelectedItem
Background
ListBox
SystemColors.HighlightBrushKey
SystemColors.ControlBrushKey