Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to hide certain properties in property grid while selecting certain property values in combo box?


[1]: http://i.imgur.com/v7071.png

in above mentioned link when selected weld type is continuous in property value the properties NoOfWelds and Length should get hided at run time
Posted
Updated 20-Dec-10 23:03pm
v3

Adding to other answer, this article should help you out: Filtering properties in a PropertyGrid[^]
 
Share this answer
 
You can set the Browsable attribute value to false for the properties you want to hide.
 
Share this answer
 

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