NUI / Components
Layout
Containers and arrangement components for hierarchy, positioning, sizing, safe areas, and disclosure surfaces.
This category index lists component reference pages with status badges, summaries, and category routes.
Components
OverlayOverlay layers multiple children in the same space.ImplementedPanelPanel is a general-purpose container for grouping child components.ImplementedColumnColumn arranges children vertically.ImplementedRowRow arranges children horizontally.ImplementedStackBoxStackBox arranges children in a configurable orientation.ImplementedHorizontalBoxHorizontalBox arranges children horizontally.ImplementedVerticalBoxVerticalBox arranges children vertically.ImplementedCanvasPanelCanvasPanel places children using canvas slot properties such as anchors, offsets, and alignment.ImplementedGridPanelGridPanel places children into explicit rows and columns.ImplementedUniformGridPanelUniformGridPanel places children in a grid where cells share a uniform size.ImplementedWrapBoxWrapBox lays out children in sequence and wraps to a new line when needed.ImplementedBoxBox wraps exactly one child and applies layout constraints.ImplementedSizeBoxSizeBox wraps exactly one child and applies explicit sizing constraints.ImplementedScaleBoxScaleBox wraps exactly one child and scales it according to a fit mode.ImplementedSafeZoneSafeZone keeps one child inside configured screen-safe areas.ImplementedExpandableAreaExpandableArea displays a header and an expandable body region.Implemented