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

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