C# Winform CollectionPropertiesEditor - How to hide some properties in the built-in PropertyGrid based on runtime condition
问题 Is there a way to hide show properties in “CollectionPropertiesEditor’s PropertyGrid” Recently I found out that there is a way to change the PropertyGrid’s Browsable attribute at run time. I want to know if this can be done to a “CollectionPropertiesEditor’s PropertyGrid”, I have been un-successful at finding relevant results on Google Search. Now I have my hopes on StackOverflow to help me solve this problem. Problem: I had to add some properties to GridColumn control due to new customer