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

VirtualListView.ArrangeIcons Method

Arranges items in the control when they are displayed as icons.

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

Syntax

Visual Basic
Public Sub ArrangeIcons ( _
	value As ListViewAlignment _
)
C#
public void ArrangeIcons(
	ListViewAlignment value
)

Parameters

value

Type: System.Windows.Forms.ListViewAlignment

ListViewAlignment that specify how to arrange the list items.

Remarks

If AutoArrange property is true, items are automatically get arranged.

See Also

Reference