AndroidScroller | |
Type | object |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | A native Android scroller control that is used as an overlay on the part of the screen you wish to interact with the Android scrollbars. |
Introduced | 5.5.1 |
OS | android |
Platforms | mobile |
Example |
|
Related | Command: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate Function: mobileControlGet, mobileControlTarget |
Description | An Android scroller control is created using a control type of "scroller". Rather than act as a container for other controls the AndroidScroller is intended to be used as an overlay on the part of the screen you wish to interact with the proper Android scrollbars. By responding to the various AndroidScroller messages, you can move LiveCode controls or set the appropriate scroll properties of groups and fields to get a native scrolling effect. |
Tags | objects |