R
Richard
The obvious way to do it is
ListView1.Sorting = SortOrder.Ascending 'or SortOrder.Descending
But, I've made my own IComparer, cause it shall sort in a different way, and
then the above codeline doesn't seem to work.
Anyone who knows why??
Richard
ListView1.Sorting = SortOrder.Ascending 'or SortOrder.Descending
But, I've made my own IComparer, cause it shall sort in a different way, and
then the above codeline doesn't seem to work.
Anyone who knows why??
Richard