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.
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.
Fires at most once per frame during scrolling. The frequency of the +is false.
Called when scrollable content view of the ScrollView changes. It's +implemented using onLayout handler attached to the content container +which this ScrollView renders.
Fires at most once per frame during scrolling. The frequency of the
events can be contolled using the scrollEventThrottle prop.
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