# Equal Item Sizing Showcase Pass — 2026-06-10

This showcase pass consumes the Nexamas.UI `LayoutPage` group-sizing contract instead of local button widths.

Updated samples:

- Main launcher button grid uses `EqualItemWidth()` so all launcher buttons share the largest measured item width.
- Services toast action grid uses `EqualItemWidth()`.
- Services Advance / Reset action grid uses `EqualItemWidth()`.
- Buttons sample splits the primary/secondary action pair from checkbox/toggle/radio controls and uses `EqualItemWidth()` only for the action pair.
- File surfaces FilePicker/FileExplorer action pair uses `EqualItemWidth()`.
- Layout sample demonstrates `LayoutPage / Grid / EqualItemWidth` explicitly.

No `Width`, `Height`, `Bounds`, or `SetBounds` button sizing was introduced. The sizing decision stays in MASLayout group policy and continues to respect the runtime size profile.
