hay all. i am using property grid to add or remove an object to a collection. but when the collectioneditor is closed only once the grid refreshes. after adding another object the grid wont get refresh. the collection in a list. i have seen many people with the same problem but no solutions. thansk
A:
Implement INotifyCollectionChanged
interface or use ObservableCollection
class.
see the link
srinivas reddy thatiparthy
2010-09-16 13:28:27
can you give me a nice example please?
guy
2010-09-16 13:39:37