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 (in ShellBrowser.dll) Version: 7.0
Syntax
public void Sort()
Remarks
Usually sorting is done automatically so that calling this method is unnecessary.
See Also