Min Height
Last updated
Was this helpful?
Last updated
Was this helpful?
The Min Height
variable sets the minimum height in pixels. This value is applied after all other layout so it can be used to overwrite automatically-assigned height.
By default this value is <NULL>
which means there is no Min Height
.
If Min Height
is assigned (not <NULL>
), then the effective height cannot be less than the Min Height
value. The following animation shows that height is limited to a Min Height
of 100.
Notice that the Height
variable can still be set to a value smaller than Min Height
, but it does not apply visually.
Min Height
can also be used if Height Units
is set to values other than Absolute
. For example, Min Height
can be used to limit the height of a ColoredRectangle when Height Units
is Relative to Parent
.
Min Height
Min Height
set to 100
limits the ColoredRectangle' heightMin Height
of 100