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

PropertyDescription
Component NameTo alter the name of the component. The name is reflected in the Components tree. Defaults to Scroll View.
HorizontalEnable to position of the contents of the Scroll View into a row that will scroll horizontally.
Show Horizontal Scroll IndicatorEnable to show a bar that shows the progress of scrolling through the Scroll View horizontally.
Show Vertical Scroll IndicatorEnable to show a bar that shows the progress of scrolling through the Scroll View vertically.
BounceEnable so that the contents of the Scroll View bounce when the user reaches the end of the Scroll View.