New to Kendo UI for jQuery? Download free 30-day trial

Keyboard Navigation

The keyboard navigation of the ScrollView is always available.

To enable it, use the navigatable property. For a complete example, refer to the demo on using the keyboard navigation of the ScrollView.

The ScrollView supports the following keyboard shortcuts:

Focus:

Shortcut Description
Access key + W Focuses the widget

List of images:

Shortcut Description
Left arrow Switches to the previous item
Right arrow Switches to the next item

Prev/Next buttons:

Shortcut Description
Enter Triggers a click for the button
Space Triggers a click for the button

Pager:

Shortcut Description
Left arrow Focuses to the previous dot in the pager
Right arrow Focuses to the next dot in the pager
Enter Selects the focused item in the pager
Space Selects the focused item in the pager

See Also

In this article