I'm using C# wpf and I have a listview where I want to set, say a dark highlight, when an item in the listview is double-clicked and if an item is single-clicked it should have a bright highlight. A double-clicked item should stay highlighted in dark until another item is double-clicked. How can I do this?
↧