Skip to main content

@microsoft/fast-foundation > HorizontalScroll > keyupHandler

HorizontalScroll.keyupHandler() method

Lets the user arrow left and right through the horizontal scroll

Signature:
keyupHandler(e: Event & KeyboardEvent): void;

Parameters

ParameterTypeDescription
eEvent & KeyboardEventKeyboard event
Returns:

void