Is there a way to change the properties of a ListviewItem when this one is selected?
As an example, I want that a rectangle inside the ListviewItem to be Red when s
For anyone finding this later, I have resolved this with a library in Nuget: https://github.com/JerryNixon/Template10.ListHelpers
It's behavior uses separate styles for each state.
Using it is pretty simplistic, too. It's an attached property.
// best of luck