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
For anyone searching for this in the future, the accepted answer doesn't actually apply the colour when control is not focused for me. The following should be used instead which appears to work as intended.