mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00
484 B
484 B
nav-title | title | description | previous_url |
---|---|---|---|
scroll-view How-To | scroll-view | Examples for using scroll-view | /ApiReference/ui/scroll-view/HOW-TO |
ScrollView
Using a ScrollView requires the ScrollView module.
Declaring the ScrollView
<Page>
<ScrollView>
{%raw%}<Image src="{{ someBigImageUrl }}" />{%endraw%}
</ScrollView>
</Page>