scrollerBeginDecelerate

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
scrollerBeginDecelerate
Summary

Sent when scrolling is about to start decelerating.

Introduced4.5.3
OSios
Platformsmobile
Example
on scrollerBeginDecelerate
   put "Decelerating" into field "scroller status"
end scrollerBeginDecelerate
RelatedCommand: mobileControlCreate, mobileControlDelete, mobileControlSet
Function: mobileControlGet, mobileControlTarget, mobileControls
Message: scrollerEndDecelerate, scrollerEndDrag, scrollerBeginDrag, scrollerDidScroll, scrollerScrollToTop
Description

The scrollerBeginDecelerate message is sent when a UIScrollView scroller control is about to start decelerating.

Handle the scrollerBeginDecelerate message if you want to move LiveCode controls, make changes to the interface or set the appropriate scroll properties of groups and fields to get a native scrolling effect.

The scrollerBeginDecelerate message is sent to the object containing the script that created the UIScrollView scroller control.