Click or drag to resize

ShellListViewSort Method

Sorts the items in the list according to SortColumn and SortOrder. This sortorder can be replaced by assigning a IComparer to property ListViewItemSorter

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void Sort()
Remarks
Usually sorting is done automatically so that calling this method is unnecessary.
See Also