Can i make TreeView remember its structure when raising OnPropertyChanged?

Posted by Erik on Stack Overflow See other posts from Stack Overflow or by Erik
Published on 2010-06-10T09:59:46Z Indexed on 2010/06/10 10:02 UTC
Read the original article Hit count: 233

Filed under:
|
|
|

Is it possible to not reset the nodes which are open and closed when the OnPropertyChanged-event is fired and the TreeView updates is ItemsSource?

If i add an object now, all nodes collapses!

© Stack Overflow or respective owner

Related posts about wpf

Related posts about mvvm