I have a structure in place for a custom type that i am assigning a custom editor for in the property grid. This is all dynamically created at runtime. Mechanically it is working and the correct editor popups for the data type. But, I can't seem to get the property grid to recognize the data type and display it as a collection of items and have the plus sign available to expand and collapse the property. I have tried arraylist, sortedlist, and other collection types.
Can you suggest what I may be doing wrong, or how to have a "list" with all the values displayed as a hierarchy (treeview style)?
Can you suggest what I may be doing wrong, or how to have a "list" with all the values displayed as a hierarchy (treeview style)?