I have two columns in my listview, and I want to sort by either column.
If I clicked on the first column, it would sort alphabetically by the first column, and same for the second.
Any help? I'm confused :(
Printable View
I have two columns in my listview, and I want to sort by either column.
If I clicked on the first column, it would sort alphabetically by the first column, and same for the second.
Any help? I'm confused :(
change the SortKey property to the index of the column you click on, I don't know the Sub declaration for the ColumnClick event, or I would give you an example...
Thanks, I got it :)
Prediction, next question = how to sort dates?