I\'m playing around with wpf and I saw the following article: WPF ListView Inactive Selection Color
I want to do something similar. I want to put a border around an a li
Change the ItemContainerStyle on the ListView to a style that doesn't change the background when an item is selected but instead changes the color of a border. Below is an example:
And then use the style like this:
...