Ciao..basta semplicemente fare così:
codice:
If ListView1.SortOrder = 1 Then
ListView1.SortOrder = 0
ListView1.Sorted = True
Else
ListView1.SortOrder = 1
ListView1.Sorted = True
End If
E te li ordina..

ciao