SortableListViewSort(Int32) Method

Sorts the list view on a one-based column index.

Definition

Namespace: Common.Wpf.Controls
Assembly: Common.Wpf.Controls (in Common.Wpf.Controls.dll) Version: 2.0.7
C#
public void Sort(
	int columnIndex = 1
)

Parameters

columnIndex  Int32  (Optional)
Column index to use as the default sort column. The default value is 1.

Remarks

This method should be called when the list view is first initialized.

See Also