From ff7045fcb1afff1aa17982a1e8e900df07f7b1c9 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 19 Nov 2015 22:20:23 +0000 Subject: [PATCH] update website --- docs/scrollview.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/scrollview.html b/docs/scrollview.html index 61d2f6c8ffe..43c5303f474 100644 --- a/docs/scrollview.html +++ b/docs/scrollview.html @@ -50,10 +50,7 @@ The default value is {x: 0, y: 0}.

iosdirectionalLockEnabled bool #

When true, the ScrollView will try to lock to only vertical or horizontal -scrolling while dragging. The default value is false.

iosmaximumZoomScale number #

The maximum allowed zoom scale. The default value is 1.0.

iosminimumZoomScale number #

The minimum allowed zoom scale. The default value is 1.0.

iosonRefreshStart function #

When defined, displays a UIRefreshControl. -Invoked with a function to stop refreshing when the UIRefreshControl is animating.

(endRefreshing) => { - endRefreshing(); -}

iosonScrollAnimationEnd function #

Called when a scrolling animation ends.

iospagingEnabled bool #

When true, the scroll view stops on multiples of the scroll view's size +scrolling while dragging. The default value is false.

iosmaximumZoomScale number #

The maximum allowed zoom scale. The default value is 1.0.

iosminimumZoomScale number #

The minimum allowed zoom scale. The default value is 1.0.

iosonScrollAnimationEnd function #

Called when a scrolling animation ends.

iospagingEnabled bool #

When true, the scroll view stops on multiples of the scroll view's size when scrolling. This can be used for horizontal pagination. The default value is false.

iosscrollEnabled bool #

When false, the content does not scroll. The default value is true.

iosscrollEventThrottle number #

This controls how often the scroll event will be fired while scrolling