I have a class with 32 properties. When i use the TypeConverter(typeof(ExpandableObjectConverter)) it displays all the properties under the expandable name of the object which is perfect. But some of my project will have less than 32 properties. So i want to be able to dynamically remove/add attributes and have them displayed in the property grid as expandable. So is that something that is possible to do with the PropertyGrid. If that is not possible, is there a way to do this with ICollection object that i can just pass as a dataSource.
Thanks.
Thanks.