From acfd0a26e5afa441925b609c413a5cb681e595a2 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 28 Jul 2016 21:08:27 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/scrollview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index 3f55efbd18f..9dfc51870bc 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -23,9 +23,9 @@ instead of vertically in a column. The default value is false.

keyboardShouldPersistTaps bool #

When false, tapping outside of the focused text input when the keyboard -is up dismisses the keyboard. When true, the scroll view will not catch -taps, and the keyboard will not dismiss automatically. The default value -is false.

onContentSizeChange function #

Called when scrollable content view of the ScrollView changes.

Handler function is passed the content width and content height as parameters: (contentWidth, contentHeight)

It's implemented using onLayout handler attached to the content container +is up dismisses the keyboard. When true, the keyboard will not dismiss +automatically, and the scroll view will not catch taps, but children of +the scroll view can catch taps. The default value is false.

onContentSizeChange function #

Called when scrollable content view of the ScrollView changes.

Handler function is passed the content width and content height as parameters: (contentWidth, contentHeight)

It's implemented using onLayout handler attached to the content container which this ScrollView renders.

onScroll function #

Fires at most once per frame during scrolling. The frequency of the events can be controlled using the scrollEventThrottle prop.

pagingEnabled 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