shaffex

LazyHGrid

Description

A grid that grows horizontally, creating items only as needed.

Parameters

Example

<body>
    <scrollview axes="horizontal">
        <lazyhgrid rows="3" spacing="10">
            <foreach repeatCount="30">
                <text padding="10" background="blue" foregroundColor="white">Item</text>
            </foreach>
        </lazyhgrid>
    </scrollview>
</body>

Screenshot