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.