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)
Public Property AllowColumnReorder As Boolean
public bool AllowColumnReorder { get; set; }
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.