Related resources for MultiColumn ListView
  • Sort a Multicolumn ListView in C#9/12/2010 3:59:21 PM. When you are working with the ListView control, you may want to sort its contents based on a specific column. We will see how to do that.
  • Sorting MultiColumn ListView Windows Forms Control8/29/2006 6:24:41 AM. If you want to sort on the first column of a ListView, simply click the Sorting in the properties Window and choose Ascending or Descending as a value. If you want to do sorting in all the columns of a ListView, you need to write custom sorting using the ListViewItemSorter property.