
Hi,
I have an application that use property grid and MVVM. After changing the values of certain fields should change the number of fields in the property grid (adding new fields, removing unnecessary). I change the fields in object that is in the collection PropertyGrid.SelectedObjects. How can I force property grid to refresh from view model ?