pbAllowColumnResize - cCJGrid
Specifies whether columns can be resized
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAllowColumnResize
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAllowColumnResize to BooleanVariable |
| Write Access: | Set pbAllowColumnResize to BooleanVariable/Value |
Description
If True (the default) and the column's pbResizable property is True, columns can be resized by dragging the border of the column header to the desired size. When the mouse pointer is in a position that will allow the column to be resized, the mouse pointer is changed to a splitter.
If False, columns can only be resized programatically. The mouse pointer will never change to the splitter, so the columns can not be resized with the mouse.