Its Simple and easy to sort ListView Item as below
GameFilesListView.Items.SortDescriptions.Add(new SortDescription("headerName", ListSortDirection.Descending));
headerName is the ListView Header Name
GameFilesListView.Items.SortDescriptions.Add(new SortDescription("headerName", ListSortDirection.Descending));
headerName is the ListView Header Name
No comments:
Post a Comment