Skip to content

pbAllowDrag - cCJGridColumn

Allows/Disallows dragging of the column to reposition it

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

Syntax

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

Description

The cCJGrid class supports reordering columns by dragging the column header with the mouse. To enable this feature you must set the grid's pbAllowColumnReorder property to True.

When column reordering is supported, you can suppress column reordering for individual columns by setting pbAllowDrag to False.