We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5074f22 commit eefd0beCopy full SHA for eefd0be
apidoc/Titanium/UI/ScrollableView.yml
@@ -382,7 +382,7 @@ properties:
382
summary: Sets the pages within this Scrollable View.
383
description: |
384
Android:
385
- Since 12.3.0 the width of each child view can be set between 0 and screen width.
+ Since 12.6.0 the width of each child view can be set between 0 and screen width.
386
```
387
const win = Ti.UI.createWindow();
388
const view1 = Ti.UI.createView({ backgroundColor:'#123', width: 200 });
0 commit comments