How do I sort columns of integers in a ListView
c#, .net 2.0, Winform
System.Windows.Forms.ListView
I'd do it in the data source (model) instead of the view. Sort it there and it should update it in the view through databinding.