When you want to change the default selection style on a ListBox it's fairly straight forward. All you need to do is create a control template and use triggers to set values when IsSelected is true. < Style TargetType = " ListBoxItem " > < Setter
Read More...