Keyboard navigation support provides an effective way to navigate through the ListView control, simply by using the defined keys when required.
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. |