shaffex

ForEach

Description

A structure that computes views on demand from an underlying collection of identified data.

Parameters

Example

<body>
    <vstack>
        <foreach repeatCount="5">
            <text>Hello</text>
        </foreach>
    </vstack>
</body>

Screenshot