Introduction
A ScrollView lets you show more content than fits on the screen by allowing the user to scroll up, down, left, or right.
When you have a long list of items that don't fit on one screen.
When you want to show a large image or map that the user can move around.
When your content size changes dynamically and might be bigger than the screen.
When you want to create a form that is taller than the device screen.