Hodaya Shalom
Hodaya Shalom

Reputation: 4417

Sort in property grid

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

Answers (1)

Simon Mourier
Simon Mourier

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

Related Questions