TreeList.EnableResizeColumn

Syntax

EnableResizeColumn: Boolean

Description

The EnableResizeColumn property determines whether column width can be changed.

Comments

If the property is set to False, the column width cannot be altered. If this property is set to true column width can be altered using a two-headed arrow that appears on hovering over column borders in the heading row.

Default value is true.

Example

The example of property use is given in the Example of Creating the TreeList Component page.

See also:

TreeList