You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/api.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -170693,7 +170693,7 @@
170693
170693
{
170694
170694
"name": "clipViews",
170695
170695
"summary": "Determines whether the previous and next pages are clipped, so that they are not visible\nadjacent to the current page.\n",
170696
-
"description": "Set to `false` to allow the previous or next pages to be seen. Note that\nScrollableView's [width](Titanium.UI.ScrollableView.width) must be smaller than its parent\nview in order to make this property effective.\n",
170696
+
"description": "Set to `false` to allow the previous or next pages to be seen. Note that\nScrollableView's [width](Titanium.UI.ScrollableView.width) must be smaller than its parent\nview in order to make this property effective on iOS.\nFor Android you have to set the [padding](Titanium.UI.ScrollableView.padding) property.\n\nCheck the `Scrollable View with multiple visible views` example for both platforms.\n",
0 commit comments