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.
PropertyGrid implementation for teechart
-
- Newbie
- Posts: 16
- Joined: Fri Jul 27, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |