Skip to content

pbResizable - cCJGridColumn

Indicates whether the column width is resizable

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbResizable
Access Type Syntax
Read Access: Get pbResizable to BooleanVariable
Write Access: Set pbResizable to BooleanVariable/Value

Description

The cCJGrid control supports resizing columns by dragging the column divider with the mouse. To enable this feature, you must set the pbAllowColumnResize property to True.

When column resizing is supported, you can suppress the ability to resize individual columns by setting pbResizable to False.

When pbResizable is False, a column can still be resized programatically by setting the column's piWidth property.

Setting this property to False affects the pbAutoColumnSizing calculations for the grid. See pbAutoColumnSizing for details.