Skip to content

Commit

Permalink
docs: improve the ScrollableView clipView description
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 15, 2024
1 parent a7b145d commit 00962b4
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 00962b4

Please sign in to comment.