Files
NativeScript/apps/tests/ui/scroll-view/scroll-view.md
2016-05-09 11:34:31 +03:00

484 B

nav-title, title, description, previous_url
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>

Creating a ScrollView