Can ListViewItem style property be reset from ListView

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-04-20T16:17:41Z Indexed on 2010/04/20 16:23 UTC
Read the original article Hit count: 411

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#