The Repeater component is a Form output component that renders its child component multiple times.
Important: If you define a reference to a variable as iterator, make sure the variable is used solely as the repeater iterator.
RepeaterLayout.wrap
: repeated items are arranged horizontally; if their content is larger than the width wrapping, the lines overflow.RepeaterLayout.horizontal
: repeated items are arranged horizontally. Their size is ignored.RepeaterLayout.vertical
: repeated items are arranged vertically. Their size is ignored. If some of the child elements are not displayed in the repeater, set the child components width to Wrap Content
. Important: The Layout property is not recalculated on refresh.