Reputation: 4417
My Propertygrid
sorted by the A - B.
One of the properties is a Collection
with expander - I did it using this site: Customized display of collection data in a PropertyGrid
I want that if i have in the collection (let's say string) b,a. in the expander is also will be b,a (Now it display a,b).
My question is how to cancel the sorting from the expander of the collection only, if possible.
Upvotes: 0
Views: 541
Reputation: 139226
I don't think it's possible, if you choose A-Z sorting, all grid items and sub items are sorted by name.
Upvotes: 1