NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListView.AllowColumnReorder

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);

See Also

ListView Class | ListView Members | System.WinForms Namespace