anyone know?
anyone know?
Are you talking about when someone highlights an object within the listview or something totally different?
A better explination of your program would help us in providing you help
i have 5 columns in my listview
A B C D E
how can i sort the listview according the column clicked? if B was clicked, then sort the data according to values in B. if D was clicked, sort according to D.
any idea?
Check out the SelectedIndexChanged event
but how can you sort according to the index?
i can only get it to sort to the first column..
You have to implement IComparable. Look in the help. There is an example there.
i didnt install help (needed the hd space) and msdn.microsoft.com is down :(
argh why is it so hard to sort a listview?
Here is a project I did a while back. It should help you with what you need to do.
thank you very much =)