Generic container that represents a row of controls. It allows wrapping and adds space between items that stays correctly formatted in any case.
It can hold controls like and .
Control rows can be arbitrarily nested to achieve a specific wrapping order.
<control-row> <button-control>Foo</button-control> <control-row> <button-control>Bar</button-control> <button-control>Baz</button-control> </control-row></control-row> Copy
<control-row> <button-control>Foo</button-control> <control-row> <button-control>Bar</button-control> <button-control>Baz</button-control> </control-row></control-row>
Set the vertical alignment.
"center" Copy
"center"
Set if wrapping is enabled.
true Copy
true
Generic container that represents a row of controls. It allows wrapping and adds space between items that stays correctly formatted in any case.
It can hold controls like and .
Control rows can be arbitrarily nested to achieve a specific wrapping order.
Example