Android Question [SOLVED] Activity with ScrollView

konradwalsh

Active Member
Licensed User
Longtime User
Hi all
I am sure someone is going to say search the forums. But please believe I have spent two days loading every single example and cant figure out what I am doing wrong.

I have created a simple version of what my project is about.

I have an Activity with a ScrollView
On Create - I load the scrollview with the layout file I want to see.
The Layout file contains three panels. The third panel runs off view.

I want the user to be able to scroll down the activity to see the third panel.

B4X:
    Activity.LoadLayout("Main")

ScrollView1.Panel.LoadLayout("workSheet")

I appreciate any help you offer
 

Attachments

  • 2016-08-09_10h59_29.png
    17.3 KB · Views: 305
  • 2016-08-09_11h00_00.png
    58.2 KB · Views: 178
  • 2016-08-09_11h00_17.png
    13 KB · Views: 184
Cookies are required to use this site. You must accept them to continue using the site. Learn more…