Variable ScrollViewEventsConst
ScrollViewEvents: { Scroll: "scroll"; ScrollBeginDecelerating: "scrollBeginDecelerating"; ScrollBeginDragging: "scrollBeginDragging"; ScrollEndDecelerating: "scrollEndDecelerating"; ScrollEndDraggingWillDecelerate: "scrollEndDraggingWillDecelerate"; ScrollEndDraggingWithVelocityTargetContentOffset: "scrollEndDraggingWithVelocityTargetContentOffset"; Touch: "touch"; TouchCancelled: "touchCancelled"; TouchEnded: "touchEnded"; TouchMoved: "touchMoved"; ViewAdded: "viewAdded"; ViewRemoved: "viewRemoved" } = ...
Type declaration
-
Scroll: "scroll"
-
ScrollBeginDecelerating: "scrollBeginDecelerating"
-
ScrollBeginDragging: "scrollBeginDragging"
-
ScrollEndDecelerating: "scrollEndDecelerating"
-
ScrollEndDraggingWillDecelerate: "scrollEndDraggingWillDecelerate"
-
ScrollEndDraggingWithVelocityTargetContentOffset: "scrollEndDraggingWithVelocityTargetContentOffset"
-
Touch: "touch"
-
TouchCancelled: "touchCancelled"
-
TouchEnded: "touchEnded"
-
TouchMoved: "touchMoved"
-
ViewAdded: "viewAdded"
-
ViewRemoved: "viewRemoved"