Skip to Content
API ReferenceScrollView

ScrollView

A scrollable container that wraps a single child. Maps to UIToolkit’s ScrollView native element. The child scrolls vertically by default; use ScrollDirection to change the scroll axis.

Constructor

ScrollView

Creates an ScrollView element.

ParameterDescription
scrollDirectionThe scroll axis. Defaults to Vertical.
keyAn optional key for reconciliation identity.

Properties

ScrollDirection

The axis along which the content scrolls.

Methods

ShouldRebuild

Last updated on