Skip to main content

Layout Child

The layout child component enables elements controlled by a layout group component to override the layout group's default behavior.

For more details, see the Layout Groups section.

LayoutChild component

Properties

PropertyDescription
Min WidthSets the minimum width at which the element can be rendered.
Min HeightSets the minimum height at which the element can be rendered.
Max WidthSets the maximum width at which the element can be rendered.
Max HeightSets the maximum height at which the element can be rendered.
Fit Width ProportionThe proportion of additional space the element will take when the layout group is set to stretch or shrink.
Fit Height ProportionThe proportion of additional space the element will take when the layout group is set to stretch or shrink.
Exclude from LayoutCompletely ignores this element when calculating the layout.

Scripting Interface

You can control the layout child component's properties using a script component. The layout child component's scripting interface is here.