mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
419 B
419 B
nav-title, title, description
| nav-title | title | description |
|---|---|---|
| scroll-view How-To | How-To | Examples for using scroll-view |
ScrollView
Using a ScrollView requires the ScrollView module.
Declaring the ScrollView.
<Page>
<ScrollView>
{%raw%}<Image src="{{ someBigImageUrl }}" />{%endraw%}
</ScrollView>
</Page>