Blazor ListView Example - Keyboard Navigation
The Blazor ListView component is accessible through keyboard shortcuts. In the following sample, various key combinations can be used to interact with the ListView functionalities.
- Hennessey Venom
- Bugatti Chiron
- Bugatti Veyron Super Sport
- SSC Ultimate Aero
- Koenigsegg CCR
- McLaren F1
- Aston Martin One-77
- Jaguar XJ220
- McLaren P1
- Ferrari LaFerrari
- Mercedes-Benz Aston Martin
- Zenvo ST1
- Lamborghini Veneno
The Blazor ListView has built-in keyboard support and allows you to access its functionalities by using keyboard shortcut keys. The supported keys are as follows.
- Focus
- Alt + J - Focuses on the first component of the sample.
- Supported keys and user actions
- Up arrow or Left arrow - Move to the previous list item.
- Down arrow or Right arrow - Move to the next list item.
- Space or Enter - Select the targeted list from the whole list if the ShowCheckBox property is enabled.
- Back - Get back to the previous lists if the nested list is used.
- Home - Goes to the first item.
- End - Goes to the last item.