How to sort a ListView control by a column in Visual C#
- by bconlon
Microsoft provide an article of the same name (previously published as Q319401) and it shows a nice class 'ListViewColumnSorter ' for sorting a standard ListView when the user clicks the column header.
This is very useful for String values, however for Numeric or DateTime data it gives odd results. E.g. 100 would come before 99 in an…