This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.Sort Method (IComparer)

Sorts items inside the control using custom comparer object.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub Sort ( _
	comparer As IComparer _
)
C#
public void Sort(
	IComparer comparer
)

Parameters

comparer

Type: System.Collections.IComparer

Custom IComparer interface implementation which should be used for sorting.

Remarks

The specified IComparer object will receive pairs of the IListItems to compare.

See Also

Reference