pbFullWidth - cDbCJGridColumnSuggestion
Determines if the drop down suggestion list will attempt to be the same width as the invoking form
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbFullWidth
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbFullWidth to BooleanVariable |
| Write Access: | Set pbFullWidth to BooleanVariable/Value |
Description
pbFullWidth determines if the drop down suggestion list will attempt to be the same width as the invoking form.
When True, the default, the list's width will at least be as wide as the invoking form.
When False, the list will be wide enough to show the text line.