Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(str: String): Control.SizeFlag
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Tells the parent Container to let this node take all the available space on the axis you flag. If multiple neighboring nodes are set to expand, they'll share the space based on their stretch ratio.

Link copied to clipboard

Tells the parent Container to expand the bounds of this node to fill all the available space without pushing any other node.

Link copied to clipboard

Useful when there is no need for a size flag. Same as using SizeFlag(0).

Link copied to clipboard

Tells the parent Container to center the node in itself. It centers the control based on its bounding box, so it doesn't work with the fill or expand size flags.

Link copied to clipboard

Tells the parent Container to align the node with its end, either the bottom or the right edge. It doesn't work with the fill or expand size flags