Update Container Behavior Mobile Scrollable Area

I want to update the container property of a mobile scrollable area using a button.

Any idea’s?

Quite easy:

Var c as new Container1
ScrollArea.Container = c

//then make sure you set constraints correctly 
1 Like