Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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