Related resources for listview sort
  • Sorting MultiColumn ListView9/24/2010 2:05:34 PM. I've read Nipun Tomar's "Sort a Multicolumn ListView in C#" article and I feel there is some room for making the code more efficient and clear. I will also try to explain the code more deeply.
  • 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.