
I have a canvas app with a tablet layout (width 2000). I have a Container (width 3000) with a horizontal scrollbar.
So, if I want to see the right edge of the Container I have to scroll there horizontally because it's outside of the screen.
On the right edge of the Container I have a button that I want to move the layout view to the left edge of the screen (start position).
So, it would be kind of an "anchor" but done horizontally
How to achieve this?