shaffex

ScrollView

Description

A scrollable view.

Parameters

Example

<body>
    <scrollview>
        <vstack spacing="20">
            <foreach repeatCount="50">
                <text>Item</text>
            </foreach>
        </vstack>
    </scrollview>
</body>

Screenshot