How to get the usual order buttons above a listbox/listview

  • Thread starter Thread starter desmcc
  • Start date Start date
D

desmcc

Does anyone know how to have the standard order icons you quite often
see above a listbox or list view. These controls allow you to change
the order of the selected item within the list box/ list view. Is there
an easy way to implement ways or what is the standard way. I was hoping
that dotnet would have a property associated with the list box/ list
view but didn't see any. Thansk for any help !

cheers,
Des.
 
I assume your real question is how to have the ListView show the sort order
icons in the column headers.
I had to do it once, and it took lots of P/Invoking and understanding the
API way of working with the ListView common control.

I remember there is a very good article on harnessing ListView on
http://www.codeproject.com, might be of help to your task as well.
 
Back
Top