Row

open class Row : AutoLayout

Row is a layout manager that arranges its children in a horizontal sequence.

See also

Constructors

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

Initializes the Row with alignment and spacing.

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

Initializes the Row 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.