LayoutType

LayoutType enumeration

The layout attribute gives you easy, per-element control over how your element should render on screen.

Members

Member nameDescription
NODISPLAYworks like display: none style.
FIXED
RESPONSIVEfills container automatically to aspect ratio
FIXED_HEIGHTkeeps the specified height unchanged
FILL
CONTAINERlets its children define its size, like a normal div
FLEXworks like display:flex style
INTRINSICresponsive until it reaches its height and width

See Also