PDF Viewer Scroll via Buttons

Hey everyone, I am trying to scroll through a PDF Viewer Component using buttons since the scroll bar/arrow buttons on the component are rather small for a touch screen.

I have found that this is possible on a power table using .getVerticalScrollBar(), however this the PDF Viewer doesn’t appear to have this method.

Does anyone know of a similar method for PDF Viewers that returns a scrollbar that I can increment and decrement using buttons?

2 Likes

Appreciate it! I just decided to go a different route since the scroll bar didn’t behave great on touchscreen!

1 Like