Questions tagged [itemcontainerstyle]
58 questions
57
votes
2 answers
What's the difference between ItemTemplate and ItemContainerStyle in a WPF ListBox?
In WPF Listbox, I'm confused with these 2 notions:
ItemTemplate and ItemContainerStyle
Can someone explain me more?

RHaguiuda
- 3,207
- 9
- 37
- 55
52
votes
8 answers
Remove Highlight Effect from ListViewItem
In a ListView there are ListviewItems where they must not change appearance when the mouse is over them or they are selected.
I tried to accomplish that with this style and did somewhat succeed: