shaffex

LazyHStack

Description

A view that arranges its children in a horizontal line, creating items only as needed.

Parameters

Example

<body>
    <scrollview axes="horizontal">
        <lazyhstack spacing="10">
            <foreach repeatCount="100">
                <text>Item</text>
            </foreach>
        </lazyhstack>
    </scrollview>
</body>

Screenshot