Hello,
I have a few property definitions in a propertygrid and I wondering how to set the order of the categories. Is this possible in XAML?
Example:
Thanks.
I have a few property definitions in a propertygrid and I wondering how to set the order of the categories. Is this possible in XAML?
Example:
<xctk:PropertyGrid.PropertyDefinitions>
<xctk:PropertyDefinition Name="Test3" Category="C3" CategoryOrder="1" />
<xctk:PropertyDefinition Name="Test2" Category="C2" CategoryOrder="2" />
<xctk:PropertyDefinition Name="Test1" Category="C1" CategoryOrder="3" />
</xctk:PropertyGrid.PropertyDefinitions>
(the "CategoryOrder" property is unavailable. Version 2.9.0)Thanks.