Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have create a UserControl and some custom properties for it but I want to group them into a custom category with "sub categories".

What I have tried:

Something like that.
VB
|+| Custom Category Name
    |+| Custom Sub Category
        |+| My Property
               My Value1 Header: Value1
               My Value2 Header: Value2
    OR

|+| Custom Category Name
    |+| Custom Sub Category
           My Property: Value
I know how to make custom properties and add them into custom categories, but how can I make sub categories and add my custom properties in?
Posted
Updated 30-Mar-18 5:40am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900