Gets or sets a value indicating whether the user can drag column headers to reorder columns in the control.
Documentation for this section has not yet been entered.
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.