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: fitidnc **
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: fitidnc **
Thanks for your response. It would be really nice to get array sorting fixed. I tried to implement a custom sort via CollectionViewSource.GetDefaultView but it didn't work. Is there any way I can write custom sort logic?