SizeMode

enum SizeMode : Enum<SizeMode>

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

Entries

Expand
Link copied to clipboard
Maximize the amount of free space by expanding to fill the available space, subject to the incoming layout constraints.
Wrap
Link copied to clipboard
Minimize the amount of free space by wrapping the children, subject to the incoming layout constraints.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int