--- nav-title: "scroll-view How-To" title: "scroll-view" environment: nativescript description: "Examples for using scroll-view" previous_url: /ApiReference/ui/scroll-view/HOW-TO --- # ScrollView Using a ScrollView requires the ScrollView module. {%snippet article-require-scrollview-module%} ### Declaring the ScrollView ``` XML {%raw%}{%endraw%} ``` ### Creating a ScrollView {%snippet article-creating-scrollview%}