I am having a problem with collections in propertygrid.
1) arrays (for e.g. int array) when expanded have a weird order of indexing... 0,1,10,11...2,20... How do I fix that?
2) List<int> doesn't expand to show the list of integers. What do I do to accomplish that?
Comments: ** Comment from web user: BoucherS **
1) arrays (for e.g. int array) when expanded have a weird order of indexing... 0,1,10,11...2,20... How do I fix that?
2) List<int> doesn't expand to show the list of integers. What do I do to accomplish that?
Comments: ** Comment from web user: BoucherS **
Hi,
Arrays will be sorted in v2.7. I suggest you wait for this version since the fix affect many files.
It is the next version that will be available to Plus users while it will be available later for Community users.
The sorting is done in file Xceed.Wpf.PropertyGrid/Implementation/PropertyItemCollection.cs, in method UpdateCategorization.