Skip to main content

When using multiple nested layers of autolayout (use case: expandable table rows inside expandable sections on a page), the height of each nested variant doesn’t dynamically change when variants of different heights are swapped. The nested frame of components (with autolayout applied) just get stuck at the initial height. If I pull the nested frame outside of its parent auto-layout frame, it works as expected.

First thing to check is nested instances height settings. Is it hug contents? This this the only way to get dynamic height on swappable instances


This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.