Scroll the HorizontalScrollArrangement using buttons

Hi everyone,

I’m working on an App Inventor project and I’m using a HorizontalScrollArrangement that contains several components (like buttons and images). I would like to allow users to scroll the content left or right by clicking on buttons (e.g., “←” and “→”), instead of manually swiping.

Is there a way to programmatically scroll the HorizontalScrollArrangement using buttons?

Thanks in advance.

You probably want to use a scroll handler extension for that.

The file cannot be downloaded. The link is corrupted.
https://sunnythedeveloper.in/2020/08/14/scrollhandler-handle-the-scroll-of-scroll-views/

As I suggested:

Check on github:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.