PropertyGrid implementation for teechart
Posted: Wed Apr 23, 2008 2:46 pm
I have a class that derives from TChart. I am sending it to a Property Grid and have implemented it's own type converter.
When I manipulate the collection returned from GetProperties in my Typeconverter then I cannot Expand a Property with additional porperties such as "Panel". but if I leave the collection alone then the Panel property is expandable in the same code.
Can you let me know if I am missing somethings when I manipulate the returning collection. I looked at your code and don't see anything you guys are doing.
When I manipulate the collection returned from GetProperties in my Typeconverter then I cannot Expand a Property with additional porperties such as "Panel". but if I leave the collection alone then the Panel property is expandable in the same code.
Can you let me know if I am missing somethings when I manipulate the returning collection. I looked at your code and don't see anything you guys are doing.