G
Guest
I am trying to implement custom sorting in a listview. I found the
documentation for doing this but am getting an error when I compile telling
me that a property is not defined.
I am trying to set the ListViewItemSorter property to a custom
implementation of an IComparer. The compiler tells me that
ListViewItemSorter is undefined for a ListView although it is listed in teh
documentation as a property.
Is this a property that is not supported in the Compact Framework version of
..NET?
If so, is there another way to implement custom sorting?
Thanks,
Rob C
documentation for doing this but am getting an error when I compile telling
me that a property is not defined.
I am trying to set the ListViewItemSorter property to a custom
implementation of an IComparer. The compiler tells me that
ListViewItemSorter is undefined for a ListView although it is listed in teh
documentation as a property.
Is this a property that is not supported in the Compact Framework version of
..NET?
If so, is there another way to implement custom sorting?
Thanks,
Rob C