Repeating group with variable content, make every cell max height?

I am using a repeating group with each cell having variable length content, see image.

I would like every cell to be the same (max) height, but cannot find any configuration of the repeating group and its content that will achieve that. All suggestions are welcome.

D.

I think unchecking `fit height to content’ on a main group within the RG should fix the issue.

I tried. But then min height is applied and not all items in the list are shown.

Hi Douwe,

It’s difficult to provide specifics without seeing the element hierarchy as well as how the repeating group and its contents are configured, but if what you want is for all cards to be the same height such that each is as tall is the tallest one, then it’s doable…
 
 
equal-height-rg-cells
 
 
There might be other tweaks that are necessary for your particular setup, but at least try enabling the following 2 options:

Hi,

This is exactly what I was looking for. I will play around with the configuration at my end to see if I can get it to work.

Thanks!

Douwe