React ScrollView - Keyboard Support

An end user can use the following keys to interact with the UI component.

Key Action
↑ / ↓ Scrolls the content up/down if the scrolling direction is "vertical" or "both".
Mouse Wheel + Shift or ← / → Scrolls the content left/right if the scrolling direction is "horizontal" or "both".
Page Up / Page Down Scrolls the content up/down by a whole page.
Home / End Scrolls the content to the top/bottom.
See Also