Hi Folks,
I need to set the height of a scrollview so the layout that I have loaded into is scrolls. This is what I have done to load the layout;
This works absolutely fine and the form is now within the scrollview. However, I need it to scroll so the remain parts can be accessed. There are 3 buttons that I cannot see. As a test I did the following;
But that did nothing. Is there something I'm missing?
Thanks
I need to set the height of a scrollview so the layout that I have loaded into is scrolls. This is what I have done to load the layout;
B4X:
Scrollview1.Panel.LoadLayout("formlayout")
This works absolutely fine and the form is now within the scrollview. However, I need it to scroll so the remain parts can be accessed. There are 3 buttons that I cannot see. As a test I did the following;
B4X:
Scrollview1.Panel.Height=1000dip
But that did nothing. Is there something I'm missing?
Thanks