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?