AutoLayout

AutoLayout is a layout manager that handles automatic layout for UI elements.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()
constructor(id: String)

Functions

Link copied to clipboard
fun add(vararg uiElements: UIElement): UIElementsGroup

Adds one or more uiElements to the layout.

Link copied to clipboard
protected open fun onLayout()

Called after the rendering tree onBeforeDraw cycle is completed and before the onDraw cycle is called.