<templates:flexlayout>
</...>
A utility layout element used for displaying elements in a wrapping or non-wrapping row.
Content
Cards must contain at least 1 card tag.
Attributes
height
string
Height
Sets the height of the element. The default units are pixels. include the percentage symbol % to user percentage values.
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
width
string
Width
Sets the width of the element. The default units are pixels. include the percentage symbol % to user percentage values.
preventwrap
bool
The presence of this attribute indicates that the flexlayout should display all cards on a single line.