Files
NativeScript/tests/app/ui/scroll-view/scroll-view.md
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +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