Classes
WrapLayout
WrapLayout
WrapLayout position children in rows or columns depending on orientation property
until space is filled and then wraps them on new row or column.
Summary
Constructors
Constructors
constructor
new WrapLayout(): WrapLayout
Returns WrapLayout
Properties
itemHeight
itemHeight: LengthType
Gets or sets the height used to measure and layout each child.
Default value is Number.NaN which does not restrict children.
itemWidth
itemWidth: LengthType
Gets or sets the width used to measure and layout each child.
Default value is Number.NaN which does not restrict children.
orientation
orientation: OrientationType
Gets or sets the flow direction. Default value is horizontal.
If orientation is horizontal items are arranged in rows, else items are arranged in columns.
- Previous
- WebView
- Next
- WrappedValue