|
-
Aug 28th, 2008, 02:35 PM
#1
Thread Starter
Registered User
[RESOLVED] [2008] Sorting ExpandableObjectConvertor properties?
I'm specifying the ExpandableObjectConvertor TypeConvertor for some properties of my custom Panel.
I have expanded properties called "StartColor" and "EndColor." It makes sense to want to have "StartColor" listed first but they are shown in alphabetical order thereby displaying "EndColor" first.
What I'm wondering is this: can I specifiy the order of the expanded custom properties in the PropertyGrid?
-
Aug 28th, 2008, 10:24 PM
#2
Re: [2008] Sorting ExpandableObjectConvertor properties?
The PropertyGrid always sorts alphabetically. Even when grouped it sorts alphabetically within each group.
-
Aug 29th, 2008, 07:33 AM
#3
Thread Starter
Registered User
Re: [2008] Sorting ExpandableObjectConvertor properties?
 Originally Posted by jmcilhinney
The PropertyGrid always sorts alphabetically. Even when grouped it sorts alphabetically within each group.
Fair enough. That's what I expected.
EDIT: And, of course, after a day of trying to do this and posting on the forum, I find something immediately that looks promising:
http://www.syncfusion.com/faq/window...search/28.aspx
Last edited by nmadd; Aug 29th, 2008 at 07:41 AM.
-
Aug 29th, 2008, 07:46 AM
#4
Re: [2008] Sorting ExpandableObjectConvertor properties?
Cool. I learned something too.
-
Aug 29th, 2008, 09:27 AM
#5
Thread Starter
Registered User
Re: [2008] Sorting ExpandableObjectConvertor properties?
Yes, very cool! After some testing, it works just fine.
Last edited by nmadd; Aug 29th, 2008 at 11:33 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|