Skip to content

pbFixedInplaceButtonHeight - cCJGrid

Specifies whether the the grid draws in-place buttons at a fixed height

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

Syntax

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

Description

In-place buttons include the drop-down button used in combo lists or the prompt button that can be painted in a grid cell.

Normally, the size of in-place buttons matches the height of the row data. When the font size is changed or a grid column wraps to multiple rows (via the column's pbMultiLine property), then the row height can exceed the normal in-place button height.

When False (the default), the grid will paint in-place buttons using the normal button height.

When True, the grid will paint in-place buttons using the height of the cell in which the button is drawn.