Can ListViewItem style property be reset from ListView
- by Andrew
Can something like this be done through attributes or templates (pseudo xaml :))
<ListView ListViewItem.Style={x:Null}>
</ListView>
This question is not just about ListView, it's about all ItemsControl's classes, is there a way to set or reset style for item's from container.