ListView Sorting

  • Thread starter Thread starter Diarmuid
  • Start date Start date
D

Diarmuid

How do I sort ListViews in vb.net?
In VB6, I would have set the sortkey = columnheader, then set
ListView1.Sorting
But, theres no sortkey in the vb.net version.
Thanks
Diarmuid
 
In .NET the ListView has the Sort method, the SortingProperty and the
ListViewItemSorter (a comparer)
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

sorting of listview 2
Sorting a column of a listview 2
Listview Selected Item 4
Another ListView question 1
Listview modify 4
ListView SortKey 6
ListView Help 1
OrderBy Property 14

Back
Top