MobileForms Toolkit Documentation

AdvancedComboBox.KeyNavigation Property

Enable or disable internal keyboard navigation.

public bool KeyNavigation {get; set;}

Remarks

If KeyNavigation is enabled, user can use the arrow up and down keys to change the selected item. If there are any selectable cells in the currently selected item, the user can use the arrow left and right keys to select those cells. You can get the index of currently selected cell from SelectedCell property.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace