Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.
Esc
Exits tabbable mode.
Tab
When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element.
When not in tabbable mode, navigates to next focusable element on page (outside ListView).
Shift+Tab
When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element.
When not in tabbable mode, navigates to previous focusable element on page (outside ListView).
DownArrow
Move focus to the item below.
UpArrow
Move focus to the item above.
Shift+DownArrow
Extend the selection to the item below.
Shift+UpArrow
Extend the selection to the item above.
Space
Toggles to select and deselect the current item. If previous items have been selected, deselects them and selects the current item.
Shift+Space
Selects contiguous items from the last selected item to the current item.
Ctrl+Space
Toggles to select and deselect the current item while maintaining previous selected items.