Matches the align-items CSS property.
Matches the flex-flow CSS property and its available values. To layout as a vertical view use "column", and for horizontal use "row".
Matches the flex-wrap CSS property.
Container Height
Matches the justify-content CSS property.
Orientation of the views inside split
The position CSS property. Empty by default. This is particularly useful if laying out components inside a FlexContainer and the size of the component is meant to be a fixed size. In this case the position must be set to 'absolute', with the parent FlexContainer having 'relative' position. Without this the component will fail to correctly size itself.
SplitView height
Matches the text-align CSS property.
Container Width
Generated using TypeDoc
Matches the align-content CSS property.