StackLayout
This class arranges components in a vertical (or horizontal) strip aligning them at right, left or centered, and/or filling them to take up any extra vertical or horizontal space.
List of all members
- StackLayout - This class arranges components in a vertical (or horizontal) strip aligning them at right, left or centered, and/or filling them to take up any extra vertical or horizontal space.
- this() - Constucts new StackLayout object.
- setMargin(left, top, right, bottom) - Sets the margin around inserted elements.
- orientation - Manages positions of embedded elements. For supported symbols see StackLayout's orientation symbols.
- pack - Manages horizontal positions of embedded elements. See StackLayout's pack symbols.
- align - Sets vertical alignment of elements. For supported symbols see StackLayout's align symbols.
- spacer - Determines gaps between elements.