Hello,
is there a way how to preserve the collapsed/exttended categories in PropertyGrid?
For example:
I have a class MyClass with properties A, B, C and D:
- Properties A and B have attribute [Category("Info")]
- Property C has attribute [Category("General")]
- Property D has attribute [Category("Misc")]
Is there a way how to display at first loading (until user manually changes it) the category "Info" as expanded?
What I need is to have all categories collapsed, and only the "Info" to be expanded.
Thanks!