Files
NativeScript/e2e/ui-tests-app/app/scroll-view/scroll-enabled-page.xml

8 lines
320 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" class="page">
<ScrollView id="scroll-view" height="300">
<StackLayout height="500" backgroundColor="red" pan="panLayout">
<Label text="Move Me" color="#fff" fontSize="22"/>
</StackLayout>
</ScrollView>
</Page>