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.
| Parameter | Description |
|---|---|
scrollDirection | The scroll axis. Defaults to Vertical. |
key | An optional key for reconciliation identity. |
Properties
ScrollDirection
The axis along which the content scrolls.
Methods
ShouldRebuild
Last updated on