Skip to content

Commit

Permalink
Merge branch 'master' into sdkTypos
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored May 16, 2024
2 parents c07a6a5 + 940ca9e commit d75c5f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apidoc/Titanium/UI/ScrollableView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,10 @@ properties:
description: |
Set to `false` to allow the previous or next pages to be seen. Note that
ScrollableView's [width](Titanium.UI.ScrollableView.width) must be smaller than its parent
view in order to make this property effective.
view in order to make this property effective on iOS.
For Android you have to set the [padding](Titanium.UI.ScrollableView.padding) property.
Check the `Scrollable View with multiple visible views` example for both platforms.
type: Boolean
availability: creation
default: true
Expand Down

0 comments on commit d75c5f1

Please sign in to comment.