pbFullColumnScrolling - cCJGrid
Specifies whether full column scrolling will be used
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbFullColumnScrolling
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbFullColumnScrolling to BooleanVariable |
| Write Access: | Set pbFullColumnScrolling to BooleanVariable/Value |
Description
When True, if the user clicks the left or right scroll buttons or drags the scroll thumb button in the center of the horizontal scroll bar, the grid will jump to next/previous column.
When False (the default), horizontal scrolling is controlled by the piHScrollStep property.