If you have much data to display which doesn't fit in the area availabe, you probably want to use a Scroller.
The options for the Scroller are the same as the LinearLayout fill options, which set how a Scroller sizes within it's parent:-
To add other controls to your scroller you need to put them in a scroller layout first, which you can then add to the scroller object.
Properties
The following properties are available on the Scroller object:
Methods
The following methods are available on the Scroller object:
Batch(
properties )
Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetParent() → app object
GetScrollX() → Number: fraction (0..1)
GetScrollY() → Number: fraction (0..1)
GetType() → String: “Scroller”
Gone()
Hide()
IsEnabled() → Boolean
IsVisible() → Boolean
RemoveChild(
child )
Resize()
SetEnabled(
enable )
Show()