API Docs for:
Show:

Object_StackLayout Class

Module: ui

A stack-layout which layouts all it sub-objects like a stack vertically or horizontally.

Properties

animator

gs.Component_Animator

The UI object's animator-component to execute different kind of animations like move, rotate, etc. on it.

behavior

gs.Component_StackLayoutBehavior

The behavior component to add stack-layout specific behavior.

controls

ui.Object_UIElement

The layout's sub-objects.

orientation

gs.Orientation

The stack-layout's orientation.

resizable

Boolean

Indicates if the layout is resizable.

scrollOffsetY

Number

The stack-layout's scroll-offset on y-axis.

sizeToFit

Boolean

Indicates if the layouts resizes to fit its content.