AllowColumnReorder Property

Gets or sets whether a user can reorder columns in the list view control.

object.AllowColumnReorder = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings below.

Client support

   Newlook Smartclient only.

Use

Turn this option on if you want to give users the ability to reorder columns in the list view control. Note that reordering a column will not alter the initial display order, which is determined by the index of the column headers.

Settings

Setting

Description

True

Enable column reordering for users.

False

(Default) Disable column reordering for users.

See Also

ColumnsHeader collection

Applies To

ListView control


© 2004-2021 looksoftware. All rights reserved.