From 6c3a8e1814133fa34387904cf2805d96dbe92b71 Mon Sep 17 00:00:00 2001
From: Travis CI
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
-true.
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 +true.
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 7ae5d97d98e..ee712dcb239 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.