Last Updated:
21 Nov 2024 12:02
by Stenly
PropertyGrid: Allow reordering the GroupDefinitions based on their DisplayIndex property
Currently, the order of the GroupDefinitions will be based on the OrderIndex of the PropertyDefinitions, which means that in order to reorder the groups, you will have to order the PropertyDefinitions.
The GroupDefinition class exposes the DisplayIndex property, which we can review and improve its functionality to allow the user to directly order the groups based on it.