diff --git a/docs/scrollview.html b/docs/scrollview.html
index 43c5303f474..61d2f6c8ffe 100644
--- a/docs/scrollview.html
+++ b/docs/scrollview.html
@@ -50,7 +50,10 @@ The default value is {x: 0, y: 0}.
When true, the ScrollView will try to lock to only vertical or horizontal -scrolling while dragging. The default value is false.
The maximum allowed zoom scale. The default value is 1.0.
The minimum allowed zoom scale. The default value is 1.0.
Called when a scrolling animation ends.
When true, the scroll view stops on multiples of the scroll view's size +scrolling while dragging. The default value is false.
The maximum allowed zoom scale. The default value is 1.0.
The minimum allowed zoom scale. The default value is 1.0.
When defined, displays a UIRefreshControl. +Invoked with a function to stop refreshing when the UIRefreshControl is animating.
Called when a scrolling animation ends.
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.
When false, the content does not scroll. The default value is true.
This controls how often the scroll event will be fired while scrolling