Cause Propertygrid Update from Control
C#
2
Posts
1
Posters
0
Views
1
Watching
-
I have winform control where updating one property must cause another to be updated. How do I cause the propertygrid to update the associated value?
-
I have winform control where updating one property must cause another to be updated. How do I cause the propertygrid to update the associated value?
The answer (for my purposes): RefreshPropertiesAttribute(RefreshProperties.Repaint)