Sort ListView

  • Thread starter Thread starter zZ
  • Start date Start date
Z

zZ

Hi All,

I couldn't figure out how to sort other columns of the ListView than first
column. It's possible in VB6 and DataGrid control. I guess I missed
something.
Thank you for any tip.

Kind regards,
Zen
 
Hi,

There's a KB article on this. Do a search in the Microsoft Knowledge Base.

You can also search the www.codeproject.com web site for the SortedListView
sample.
 
Back
Top