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

VirtualListView.AllowColumnReorder Property

Gets/sets a value indicating whether the user can reorder columns of the Details view by the mouse.

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

Syntax

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

Property Value

true if columns can be rearranged by the user; otherwise, false. The default is false.

Remarks

Setting the value of the AllowColumnReorder property has no effect unless the View property is set to Details. You can use this property to allow users to reposition columns in the control at run time. When this property is set to true, users can position the columns in the control to display the item and its subitems in a way that meets their needs within your application.

See Also

Reference