Why ObservableCollection is not updated on items change?

Posted by PaN1C_Showt1Me on Stack Overflow See other posts from Stack Overflow or by PaN1C_Showt1Me
Published on 2009-07-16T09:34:23Z Indexed on 2010/04/08 4:23 UTC
Read the original article Hit count: 331

Filed under:
|

I noticed that ObservableCollection in WPF reflects changes in GUI only by adding or removing an item in the list, but not by editing it.

That means that I have to write my custom class MyObservableCollection instead. What is the reason for this behaviour?

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about observablecollection