diff --git a/docs/scrollview.html b/docs/scrollview.html index 93df351c88b..416a5d46a29 100644 --- a/docs/scrollview.html +++ b/docs/scrollview.html @@ -58,7 +58,10 @@ 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 #

Deprecated - use refreshControl property instead.

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.

iosindicatorStyle enum('default', "black", 'white') #

The style of the scroll indicators. + - default (the default), same as black. + - black, scroll indicator is black. This style is good against a white content background. + - white, scroll indicator is white. This style is good against a black content background.

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 #

Deprecated - use refreshControl property instead.

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