http://cyborgmaguscsharpedge.com/ has all my video tutorials usually with source code in an organized cyber-library. In this video we complete the Compare method of the ListViewItemComparer Class sorting numerically via Convert.ToInt32, in terms of DateTime via DateTime.Parse, and for strings using String.Compare. The ListViewItemComparer class implements the IComparer interface to get our Column Click Sorted program to work.
• C# Edge 277 Column Click Sorted ListView...