Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Issue: List doesn't expand in propertygrid [21756]

$
0
0
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 **

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.



Viewing all articles
Browse latest Browse all 4964

Trending Articles