Click or drag to resize
ListViewSorterColumnSort Method
call this from column click.

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ColumnSort(
	ListViewSorter lvs,
	ListView lv,
	int column,
	Nullable<SortOrder> forceorder = null
)

Parameters

lvs
Type: ANDREICSLIB.HelpersListViewSorter
an instance of listviewsorter
lv
Type: System.Windows.FormsListView
column
Type: SystemInt32
forceorder (Optional)
Type: SystemNullableSortOrder
if set to a value, will sort by that all the time, otherwise will sort as normal
See Also