I know to add / remove properties from the HidePropertiesCollection and this works when gird is initially built.
But I have an object with a property attached to a combo box. When that property's value is changed by picking a new choice from the combo box,
I am changing the properties stored in the HidePropertiesCollection, but the properties shown in the grid doesn't change.
What's the best way to refresh the property grid in this situation?