Is it possible to display PropertyGrid items in the UI in the way they are declared? I found that they are sorted first by CategoryAttribute and then by DisplayName attribute in ascending order.
I'm using .NET version 3.5 using Visual Studio 2010 Ultimate.
EDIT
The application is a WPF application.