Skip to content

piMinimumWidth - cCJGridColumn

Specifies the minimum width that a column can be sized

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

Syntax

Property Integer piMinimumWidth
Access Type Syntax
Read Access: Get piMinimumWidth to IntegerVariable
Write Access: Set piMinimumWidth to IntegerVariable/Value

Description

Default is 0.

Specifies the minimum column width in pixels.

Unlike the piMaximumWidth property, piMinimumWidth is always enforced, even when changing the piWidth property programatically.

Set piMinimumWidth to 0 to turn off the minimum width.