MobileForms Toolkit Documentation

AdvancedList.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 active row. If there are any selectable cells in the currently active row, 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. Note that KeyNavigation only works, if SelectionMode is set to SelectOnly and MultiSelect is turned off.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace