Scroll View
A Scroll View is a container component equipped with scrolling capabilities.
If you are creating a list of Row, Card, or Field components, consider using a List component instead to increase your application's performance.
Adding a Scroll View component
- Select the Scroll View component from the Components drawer. You can open the list of components by clicking the
+
button next to Components. - Next, add a few children components to create a list of items that is scrollable.
Configuration Properties
Property | Description |
---|---|
Component Name | To alter the name of the component. The name is reflected in the Components tree. Defaults to Scroll View. |
Horizontal | Enable to position of the contents of the Scroll View into a row that will scroll horizontally. |
Show Horizontal Scroll Indicator | Enable to show a bar that shows the progress of scrolling through the Scroll View horizontally. |
Show Vertical Scroll Indicator | Enable to show a bar that shows the progress of scrolling through the Scroll View vertically. |
Bounce | Enable so that the contents of the Scroll View bounce when the user reaches the end of the Scroll View. |
Updated 4 months ago