Hi,
I have looked at several posts/tutorials about using the scrollview but am confused by the number of options & would appreciate any input on which way is best.
I just have a simple screen with several labels and text boxes one below the other which will be longer than most devices and want to be able to scroll this - have used the code below:
Activity.LoadLayout("Settings_Scroll") 'Load a single scrollview to fill the activity
scroller.Panel.LoadLayout("Settings_1") 'Load my views into the scroll view panel
As per the recommendations I have read I would then use scripting in the layouts to cater for variances in device size/resolutions. Am I approaching this the right way?
I have looked at several posts/tutorials about using the scrollview but am confused by the number of options & would appreciate any input on which way is best.
I just have a simple screen with several labels and text boxes one below the other which will be longer than most devices and want to be able to scroll this - have used the code below:
Activity.LoadLayout("Settings_Scroll") 'Load a single scrollview to fill the activity
scroller.Panel.LoadLayout("Settings_1") 'Load my views into the scroll view panel
As per the recommendations I have read I would then use scripting in the layouts to cater for variances in device size/resolutions. Am I approaching this the right way?