Updated docs for next

This commit is contained in:
Website Deployment Script
2017-07-24 08:49:53 +00:00
parent 2ca384ef8d
commit d13855607f
+1 -1
View File
@@ -33,7 +33,7 @@ is up dismisses the keyboard. When this happens, children won't receive the
catch taps, but children of the scroll view can catch taps.</li><li><code>&#x27;handled&#x27;</code>, the keyboard will not dismiss automatically when the tap was handled by
a children, (or captured by an ancestor).</li><li><code>false</code>, deprecated, use &#x27;never&#x27; instead</li><li><code>true</code>, deprecated, use &#x27;always&#x27; instead</li></ul></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="oncontentsizechange"></a>onContentSizeChange?: <span class="propType">function</span> <a class="hash-link" href="docs/scrollview.html#oncontentsizechange">#</a></h4><div><p>Called when scrollable content view of the ScrollView changes.</p><p>Handler function is passed the content width and content height as parameters:
<code>(contentWidth, contentHeight)</code></p><p>It&#x27;s implemented using onLayout handler attached to the content container
which this ScrollView renders.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="onmomentumscrollend"></a>onMomentumScrollEnd?: <span class="propType">function</span> <a class="hash-link" href="docs/scrollview.html#onmomentumscrollend">#</a></h4><div><p>Called when the momentum scroll ends (scroll which occurs as the ScrollView glides to a stop).</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="onscroll"></a>onScroll?: <span class="propType">function</span> <a class="hash-link" href="docs/scrollview.html#onscroll">#</a></h4><div><p>Fires at most once per frame during scrolling. The frequency of the
which this ScrollView renders.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="onmomentumscrollbegin"></a>onMomentumScrollBegin?: <span class="propType">function</span> <a class="hash-link" href="docs/scrollview.html#onmomentumscrollbegin">#</a></h4><div><p>Called when the momentum scroll starts (scroll which occurs as the ScrollView glides to a stop).</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="onmomentumscrollend"></a>onMomentumScrollEnd?: <span class="propType">function</span> <a class="hash-link" href="docs/scrollview.html#onmomentumscrollend">#</a></h4><div><p>Called when the momentum scroll ends (scroll which occurs as the ScrollView glides to a stop).</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="onscroll"></a>onScroll?: <span class="propType">function</span> <a class="hash-link" href="docs/scrollview.html#onscroll">#</a></h4><div><p>Fires at most once per frame during scrolling. The frequency of the
events can be controlled using the <code>scrollEventThrottle</code> prop.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="pagingenabled"></a>pagingEnabled?: <span class="propType">bool</span> <a class="hash-link" href="docs/scrollview.html#pagingenabled">#</a></h4><div><p>When true, the scroll view stops on multiples of the scroll view&#x27;s size
when scrolling. This can be used for horizontal pagination. The default
value is false.</p><p>Note: Vertical pagination is not supported on Android.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="refreshcontrol"></a>refreshControl?: <span class="propType">element</span> <a class="hash-link" href="docs/scrollview.html#refreshcontrol">#</a></h4><div><p>A RefreshControl component, used to provide pull-to-refresh