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

VirtualListView.AutoArrange Property

Gets/sets whether icons are automatically kept arranged.

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

Syntax

Visual Basic
Public Property AutoArrange As Boolean
C#
public bool AutoArrange { get; set; }

Property Value

true if icons are automatically kept arranged and snapped to the grid; otherwise, false. The default is true.

See Also

Reference