The '''OverlappingLayout''' is best explained on the [[UIX]] page. The description for such is as follows:
== Usage ==
A [Overlapping layout] layout overlaps or places on top of another layout in the same space.
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|PaddingTop|Float|
|PaddingTop|Float| The padding from the center content to the top side.
|PaddingRight|Float|
|PaddingRight|Float| The padding from the center content to the right side.
|PaddingBottom|Float|
|PaddingBottom|Float| The padding from the center content to the bottom side.
|PaddingLeft|Float|
|PaddingLeft|Float| The padding from the center content to the left side.
|HorizontalAlign|LayoutHorizontalAlignment|
|HorizontalAlign|LayoutHorizontalAlignment| The alignment of the content horizontally.
|VerticalAlign|LayoutVerticalAlignment|
|VerticalAlign|LayoutVerticalAlignment| The alignment of the content vertically.
|ForceExpandWidth|Bool|
|ForceExpandWidth|Bool| Whether content inside this layout going beyond the normal container size of this layout should be forced to go beyond the container so it fits width wise.
|ForceExpandHeight|Bool|
|ForceExpandHeight|Bool| Whether content inside this layout going beyond the normal container size of this layout should be forced to go beyond the container so it fits height wise.
}}
}}
== Behavior ==
== Usage ==
See [[UIX]].
== Examples ==
== Examples ==
The default UI elements from Resonite like the slider and buttons.
Whether content inside this layout going beyond the normal container size of this layout should be forced to go beyond the container so it fits width wise.
Whether content inside this layout going beyond the normal container size of this layout should be forced to go beyond the container so it fits height wise.