In order to arrange data in a listview I can either use the properties panel or use the following code;
listView1.Sorting = SortOrder.Descending; How can I do a SortOrder for the second column?
eg;
listView1.columnHeader2.Sorting = SortOrder.Descending; Thanks in advance!