How to scroll Activity with multiple panels

ValDog

Active Member
Licensed User
Longtime User
I am probably missing something very elementary, but when I look at Klaus' GPSExample code (specifically, the Setup activity) I can't figure out how to scroll the activity view to see all the included panels. Can someone help me out?
 

klaus

Expert
Licensed User
Longtime User
The different panels in the setup of the GPSExample are all on one 'main' in a layout file. This 'main' panel is higher than the screen size
The 'main' panel is then loaded into the internal panel of a ScrollView with ScrollView.Panel.LoadLayout("filename").
The ScrollView can be added either in the code or in another layout file.

Best regards.
 
Upvote 0

ValDog

Active Member
Licensed User
Longtime User
Klaus,

I see how that is done, but does that mean that in the emulator I cannot see all of the Setup layout panels?
 
Upvote 0
Top