PropertyGrid implementation for teechart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Phil Moseley & Assocs
Newbie
Newbie
Posts: 16
Joined: Fri Jul 27, 2007 12:00 am

PropertyGrid implementation for teechart

Post by Phil Moseley & Assocs » 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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Apr 24, 2008 10:25 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply