C
Chris
Hi,
does anybody know how to refresh single GridItems of a PropertyGrid
control? I know I can use PropertyGrid.Refresh() to update all
GridItems, but this will steal the focus when you are editing one of
the GridItem values.
I need to find a way to update the displayed value of a single
GridItem (e. g. Property X) without interrupting the user with his
editing activities on another GridItem (e. g. Property Y) of the same
PropertyGrid.
Best regards,
Chris
does anybody know how to refresh single GridItems of a PropertyGrid
control? I know I can use PropertyGrid.Refresh() to update all
GridItems, but this will steal the focus when you are editing one of
the GridItem values.
I need to find a way to update the displayed value of a single
GridItem (e. g. Property X) without interrupting the user with his
editing activities on another GridItem (e. g. Property Y) of the same
PropertyGrid.
Best regards,
Chris