From fab84e8b76316490dc976e2b4ee1013124be615c Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 20 Nov 2015 15:51:54 +0000 Subject: [PATCH] update website --- docs/scrollview.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/scrollview.html b/docs/scrollview.html index 61d2f6c8ffe..446a74d6578 100644 --- a/docs/scrollview.html +++ b/docs/scrollview.html @@ -25,7 +25,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.

onScroll function #

Fires at most once per frame during scrolling. The frequency of the +is false.

onContentSizeChange function #

Called when scrollable content view of the ScrollView changes. 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 contolled using the scrollEventThrottle prop.

removeClippedSubviews bool #

Experimental: When true, offscreen child views (whose overflow value is hidden) are removed from their native backing superview when offscreen. This can improve scrolling performance on long lists. The default value is