forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroidScroller.xml
More file actions
64 lines (48 loc) · 1.98 KB
/
Copy pathAndroidScroller.xml
File metadata and controls
64 lines (48 loc) · 1.98 KB
1
<doc> <legacy_id></legacy_id> <name>AndroidScroller</name> <type>object</type> <syntax> </syntax> <synonyms> </synonyms> <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.</summary> <examples><example>mobileControlCreate "scroller", "name list scroller"</example><example><p>mobileControlCreate "scroller"</p><p>put the result into sScrollerID</p><p>mobileControlSet sScrollerID, "contentRect", (10,10,100,700)</p></example> </examples> <history> <introduced version="5.5.1">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> </history> <objects> <AndroidScroller/> </objects> <platforms> <android/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> <category>Objects & Messages</category> </classification> <references> <function tag="mobileControlGet">mobileControlGet Function</function> <function tag="mobileControlTarget">mobileControlTarget Function</function> <command tag="mobileControlCreate">mobileControlCreate Command</command> <command tag="mobileControlDelete">mobileControlDelete Command</command> <command tag="mobileControlSet">mobileControlSet Command</command> <command tag="mobileControlDo">mobileControlDo Command</command> </references> <description> <overview>An Android scroller control is created using a control type of "scroller". </overview> <parameters> </parameters> <value></value> <comments>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.</comments> </description></doc>