Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I write a windows application, there is a PropertyGrid on form, and I successfully implement the following line at run time to display PropertyGird on form :

PropertyGrid1.SelectedObject = ThePropertySet;


Plus, I can write a TypeConverter class to show a dropdown property, so I can select an item in the dropdown list for the property.

However, I can not write an expandable property ! I would like to have a property be expandable to include sub_properties, and I can not find a clearly and completely sample which focus on this topic, could you introduce one for my reference ? Thanks.
Posted

1 solution

This[^] CodeProject article might be very useful. :)
 
Share this answer
 
Comments
Sports Kuo 18-Jan-11 4:34am    
======================================
Thanks of your information, I will study it in advanced.

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