I'm using the attributes of System.Componentmodel to control the PropertyGrid. Some of the displayed properties are collections with an ExpandableObjectConverter (or ArrayConverter) attribute. Unfortunately these collections are sorted alphabtically by the item index: 0, 1, 10, 11, 12, 13, 14, 15, 16 ,17 ,18 ,19, 2, 20 21, ... I couldnt figure out how to prevent the PropertyGrid from sorting this way and maintaining the original order. Can you give me a hint?
Thanks!