Keyboard Navigation
By default, the keyboard navigation of the KendoReact ListView is disabled. To enable the keyboard navigation, set the navigatable property to true
.
The ListView supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Right Arrow | Moves the focus to the next rendered item. If the focus is on the last item, the focus does not move. |
Down Arrow | Moves the focus to the next rendered item. If the focus is on the last item, the focus does not move. |
Left Arrow | Moves the focus to the previous rendered item. If the focus is on the first item, the focus does not move. |
Up Arrow | Moves the focus to the previous rendered item. If the focus is on the first item, the focus does not move. |
Home | Moves the focus to the first rendered item. |
End | Moves the focus to the last rendered item. |
Example
View Source
Change Theme: