Builder
Functions
Builds the defined LayoutWidget
Clamps the maximum height of this layout. will override any automatically computed heights. May result in undefined widget behavior depending on how the layout is built.
Clamps the maximum width of this layout. will override any automatically computed widths. May result in undefined widget behavior depending on how the layout is built.
Copies the padding and spacing from another layout
Defines the default padding around elements both vertically and horizontally
Defines the default vertical padding above and below this layout (paddingH = Padding Height)
Defines the default horizontal padding to the left and right of this layout (paddingW = Padding Width)
Defines default spacings for both horizontally and vertically aligned elements in this layout
Defines default vertical spacing between elements in this layout. (spacingH = Spacing Height)
Defines default horizontal spacing between elements in this layout. (spacingW = Spacing Width)
Defines the x Pos for this layout. The default Pos is AbsPos(0)
Defines the y Pos for this layout. The default Pos is AbsPos(0)