c# Nested categories (sub-categories) in the form control “property grid”.
Posted
by Cathering
on Stack Overflow
See other posts from Stack Overflow
or by Cathering
Published on 2010-04-05T23:49:29Z
Indexed on
2010/04/05
23:53 UTC
Read the original article
Hit count: 681
I'm new to C# and I've been trying to design my own program for a while now. I came a across a control named Property Grid, it suits me perfectly and aftering Googling, I managed to find how to split up the various properties into catagories using attritubtes.
But I cannot find any information on adding sub-catagories to another catagory. Can anyone shed light on this subject? Thank you.
© Stack Overflow or respective owner