Page 1 of 1

PropertyGrid implementation for teechart

Posted: Wed Apr 23, 2008 2:46 pm
by 14046227
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.

Posted: Thu Apr 24, 2008 10:25 am
by narcis
Hi MattHolmes,

I'm sorry but we are not able to help you much on this issue without investigating it. You could try derivating a custom class inheriting a standard WinForms control like a Panel or also your own UserControl containing an object and see if this also happens with this custom class. In that way we will know if is a TeeChart problem or a generic .NET Framework issue.

Thanks in advance.