Hi there,

I am currently working with the property grid and I am implementing an indexed category system (sorts categories via index before alphabetically) . I should say that at this point my current solution does work well, however it isn't the prettiest when it comes to specifying the attribute. Which at present looks either like:

[IndexedCategory (typeof(MyClass ), "General", 1)]
or
[IndexedCategory (typeof(MyClass ),...