Hi everyone, I would like to know what setters I have to change in XAML to remove the default style when you select an item in any collection like(listview/listbox/combobox).
By default it's blue,but I didn't want any visual aspect cause my listbox contains a stackpanel of objects and I didn't want a blue background around the item if the user click just next to the stackpanel.
I hope anyone can help me.