System.Windows.Forms.ListView.AllowColumnReorder Property

Gets or sets a value indicating whether the user can drag column headers to reorder columns in the control.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool AllowColumnReorder { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting the value of the ListView.AllowColumnReorder property has no effect unless the ListView.View property is set to View.Details. You can use this property to allow users to reposition columns in the control at run time. When the ListView.AllowColumnReorder 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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0