pbComboNavigation - DfBaseEntryList
Determines how up and down arrow keys are handled by any combo form in a grid
Type: Property
Access: Read/Write
Data Type: boolean
Parameters: None
Syntax
Property boolean pbComboNavigation
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbComboNavigation to booleanVariable |
| Write Access: | Set pbComboNavigation to booleanVariable/Value |
Description
Determines how up and down arrow keys are handled by any combo form in a grid. When True (the default), arrows navigate within the combo form. When False, the arrows change rows in the grid. Note that this affects all combos in the grid and it is not applied on a column by column basis.
Sample
This sample sets up and down arrow navigation in combos in a grid to navigate inside the column's dropdown list.
Set pbComboNavigation to True
Sample
This sample sets up and down arrow navigation in combos in a grid to change rows in the grid.
Set pbComboNavigation to False