# Keyboard Navigation

Keyboard navigation support provides an effective way to navigate through the ListView control.

## Content



Keyboard navigation support provides an effective way to navigate through the ListView control, simply by using the defined keys when required.

![ListView keyboard shortcuts](https://cdn.mescius.io/document-site-files/images/f5b600ba-f1a7-4f89-a20c-aa6c0c35880d/images/keyboard-navigation-listview.gif)

The following table lists the keyboard shortcut keys and their associated actions to use when navigating through the list:

| **Keyboard Keys** | **Action** |
| --- | --- |
| Page Up | Moves focus to the first item in the displayed list. |
| Page Down | Moves focus to the last item in the displayed list. |
| Home | Moves focus to the beginning of the list. |
| End | Moves focus to the end of the list. |