Hello. I'm trying to make a propertygrid with runtime addable properties as explained in this article: http://stackoverflow.com/questions/313822/how-to-modify-propertygrid-at-runtime-add-remove-property-and-dynamic-types-enu
This works on Forms and to some extent on some other third party WPF Propertygrids, but I have had no success in adding any sort of collection to the WPG propertygrid. Is there a simple way in which to do this? Also, if its not too much to ask I need some of the dynamically added items to be expandable objects... Thanks for the help.
Hello. I'm trying to make a propertygrid with runtime addable properties as explained in this article: http://stackoverflow.com/questions/313822/how-to-modify-propertygrid-at-runtime-add-remove-property-and-dynamic-types-enu This works on Forms and to some extent on some other third party WPF Propertygrids, but I have had no success in adding any sort of collection to the WPG propertygrid. Is there a simple way in which to do this? Also, if its not too much to ask I need some of the dynamically added items to be expandable objects... Thanks for the help.