Question
Auto Layout Limits: Nested Min/Max Constraint Behavior
Tasadduq BurneyownerOwner · Founder
23K reputation · 01 Jul 2020, 04:10 UTC
50.7K views0
Goal
To understand how Adobe XD’s Auto Layout handles min/max constraints when a nested Auto Layout frame is resized.
Constraints & Uncertainty
Auto Layout supports fixed, minimum, and maximum sizing for items. When a frame with its own Auto Layout is placed inside another Auto Layout, the inner frame’s constraints are not fully propagated to the outer container, leading to unexpected size changes. The documentation does not clarify how conflicting min/max constraints across nested levels are resolved.
Questions
- When the outer container is resized, how does the layout engine resolve conflicting min/max constraints from nested inner containers?
- Does the current Auto Layout documentation specify a deterministic rule for size resolution in such cases, or is it implementation‑dependent?