Hi everyone,
I’m facing a layout issue in a repeating group that I haven’t encountered before, and I’d like to understand why it’s happening and how to fix it.
Here’s a quick summary of the problem:
In my repeating group, each cell has the same height across all rows. If one cell has a longer description and another has a shorter one, the shorter description cell still takes up the same space, leaving empty space I don’t want. The same thing happens when I show a nested repeating group inside one cell and not in others – the other cells still expand as if the nested repeating group is there, even though it’s hidden.
Is there a way to make each cell’s height adapt individually to its content without adding unnecessary space?
Thanks a lot for any help or tips!
Some picture to help being clear :