Layout

Stack, grid, overlay and custom panel layout infrastructure.

Classes

ClassSummary
BorderWraps a single child with padding and an optional stroke; also the generic padding container.
GridA grid placing children into cells of Grid.Rows and Grid.Columns (absolute, auto, or star).
GridExtensionsFluent attached-property setters for placing a view inside a Grid.
OverlayA z-stack: children are drawn atop one another, each given full bounds and placed by its own alignment.
ScrollViewA scrolling container for a single child.
StackPanelStacks its children in a single line, vertically (default) or horizontally, with optional spacing.