Swap instances with other measures does not work

I have the problem that I wanna make a list. Every entry has a different height (1), so it should resize itself to the height it acually has. This works fine on a component (2) but doesn´t on an instance (3). It just keeps the height of the former list entry. Is there anything I could do about this?

Wondering the exact same thing here. If you’re not using auto layout on your list entries, it won’t work in instances (though it works on regular frames or components).

1 Like

It also does not work with auto-layout on list entrys when the height changes … kinda annoying.

That’s weird, it should. Could you share a file so that I can have a look?