Keyboard Navigation

28 Jun 20171 minute to read

Tab control provides supports keyboard interaction. Using this functionality you can interact with control using keyboard. This is achieved by enabling allowKeyboardNavigation to true. By default this property value is set to ‘true’.

Following table illustrates the accessible key and their usage

Keys Behavior
Up Selected previous item.
Right Selected previous item.
Down Selected next item.
Left Selected next item.
Home Selected first item.
End Selected last item.

NOTE

Need to set focus on Tab component to access the keyboard shortcuts.