ListView.setAllowColumnReorder

Overview | Methods | This Package | All Packages

ListView.setAllowColumnReorder

Sets a boolean value indicating whether the user can drag and drop column headers to reorder columns in the list view control.

Syntax

public void setAllowColumnReorder( boolean flag )

Parameters

flag

Set to true if drag-and-drop column reordering is allowed; otherwise, set to false. The default value is false.

Remarks

Setting the value of the allowColumnReorder property has no effect unless the control is in Report view.

See Also   getAllowColumnReorder