Hi,
I want to create sub sub nesting in the property grid in C#.(ie A-> A.1--> A.1.1)
For the first level , I had created a Base class containing the main categories and the derived class attributes belong to either of the categories.
But now when I want to make further nesting of the categories, I am unable to do so using Inheritance,
Can anyone suggest, how should I go about it?
...