Column

open class Column : AutoLayout

Column is a layout manager that arranges its children in a vertical sequence.

See also

Constructors

Link copied to clipboard
constructor(verticalArrangement: AlignV = AlignV.top, horizontalAlignment: Align = Align.left, spacedBy: Float = 0.0f)

Initializes the Column with alignment and spacing.

constructor(id: String, verticalArrangement: AlignV = AlignV.top, horizontalAlignment: Align = Align.left, spacedBy: Float = 0.0f)

Initializes the Column with an ID, alignment, and spacing.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
protected open override fun onLayout()

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