diff --git a/docs/scrollview.html b/docs/scrollview.html index d9fbea3716b..ec73a0c2c9a 100644 --- a/docs/scrollview.html +++ b/docs/scrollview.html @@ -29,7 +29,7 @@ is false.
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
-false.
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
When true, the scroll view bounces horizontally when it reaches the end +false.
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
When true, the scroll view bounces horizontally when it reaches the end
even if the content is smaller than the scroll view itself. The default
value is true when horizontal={true} and false otherwise.
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. The default diff --git a/docs/view.html b/docs/view.html index de3510f8f30..dc5be239d79 100644 --- a/docs/view.html +++ b/docs/view.html @@ -38,7 +38,7 @@ for scrolling content when there are many subviews, most of which are offscreen. For this property to be effective, it must be applied to a view that contains many subviews that extend outside its bound. The subviews must also have overflow: hidden, as should the containing view -(or one of its superviews).
Used to locate this view in end-to-end tests. NB: disables the 'layout-only +(or one of its superviews).
Used to locate this view in end-to-end tests. NB: disables the 'layout-only view removal' optimization for this view!
Indicates to accessibility services to treat UI component like a native one. Works for Android only.
Indicates to accessibility services whether the user should be notified when this view changes. Works for Android API >= 19 only.