SizeMode

Used to specify how a layout chooses its own size when multiple behaviors are possible.

Entries

Link copied to clipboard

Minimize the amount of free space by wrapping the children, subject to the incoming layout constraints.

Link copied to clipboard

Maximize the amount of free space by expanding to fill the available space, subject to the incoming layout constraints.

Functions

Link copied to clipboard
fun valueOf(value: String): SizeMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard