Property Boolean pbComboNavigation
Read Access: | Get pbComboNavigation to BooleanVariable |
Write Access: | Set pbComboNavigation to BooleanVariable/Value |
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.
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
This sample sets up and down arrow navigation in combos in a grid to change rows in the grid.
Set pbComboNavigation to False