sorting of listview

  • Thread starter Thread starter win
  • Start date Start date
win said:
The SortKey of VB6 is not in .Net.
Can I still do sorting using a listview?

Sorting ListView Items by Column Using Windows Forms
<URL:http://msdn2.microsoft.com/en-us/library/ms996467.aspx>

ListView.Sort Method (System.Windows.Forms)
<URL:http://msdn2.microsoft.com/en-us/library/system.windows.forms.listview.sort(VS.80).aspx>

ListView.Sorting Property (System.Windows.Forms)
<URL:http://msdn2.microsoft.com/en-us/library/system.windows.forms.listview.sorting(VS.80).aspx>
 
Back
Top