enum
SizeMode
public sealed enum SizeMode : Enum Enum Values
| Name | Value | Description |
|---|---|---|
CanGrow | | Can grow beyond its size hint if necessary |
Expand | | Should get as much space as possible. |
CanShrink | | can shrink below its size hint if necessary. |
Ignore | | Widget size is ignored, will get as much space as possible. |
Default | | Default size mode - CanGrow and CanShrink |
Flexible | | Ignores the size hint - just expand as large as possible |