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.
Activity.LoadLayout("Main")
ScrollView1.Panel.LoadLayout("workSheet")
I appreciate any help you offer