Specifies whether the user can drag column headers to other column positions, thus changing the order of displayed columns. This property is only meaningful in Report view.
[Visual Basic] Public Property AllowColumnReorder As Boolean [C#] public bool AllowColumnReorder {get; set;} [C++] public: __property bool get_AllowColumnReorder(); public: __property void set_AllowColumnReorder(bool); [JScript] public function get AllowColumnReorder() : Boolean; public function set AllowColumnReorder(Boolean);
ListView Class | ListView Members | System.WinForms Namespace