# Keyboard Support

## Content

The ListView control supports keyboard navigation.

| @cols=1:Key | @cols=1:Action |
| --- | ------ |
| @cols=1:@rows=1:Page Up | @cols=1:@rows=1:Moves focus to the first visible item |
| @cols=1:@rows=1:Page Down | @cols=1:@rows=1:Moves focus to the last visible item |
| @cols=1:@rows=1:Home | @cols=1:@rows=1:Moves focus to the beginning of the list |
| @cols=1:@rows=1:End | @cols=1:@rows=1:Moves focus to the end of the list |

>type=note
> ### Notes
>
> * Data operations are executed asynchronously through `C1DataCollection`
> * Proper configuration of data binding and templates is required for correct rendering
> * Virtualization behavior depends on implementation and data source characteristics