Sorting ascending, and descending in ListView

  • Thread starter Thread starter Richard
  • Start date Start date
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
 
Well I did it the hard way, I implemented in my IComparer, so I don't need
the solution, but it would be nice too know anyway.
 
Back
Top