Titanium.UI.ScrollableView.scroll

Platform Since
Android 0.8
iPhone 0.8
iPad 0.8

Summary

fired when the scroll view is scrolled

Properties

Properties of the object passed to the event callback:
Name Type Summary
currentPage

the current page index

globalPoint

Deprecated a dictionary with properties x and y describing the point of the event in screen coordinates

source Object

Source object that fired the event.

type String

Name of the event fired.

view

the current page view

x

the x point of the event in receiving view coordiantes

y

the y point of the event, in receiving view coordinates