Skip to main content

I have a nested component which is in auto layout. Header/title-Textbox description-Icons below.

I want the ability to add additional text to the textbox when needed and the icons below dropdown automatically to make space.

Please advise.

Hi! Assuming your textbox is a frame that contains a text object:

  • Set the text object to fill horizontally and hug vertically
  • Set the text object’s containing frame to fixed (or fill) horizontally and hug vertically.

Here’s an example.


Thank you so much. This worked a charm! 🙌