Expanding Group to fill row of repeating group

I’m trying to get groups within a repeating group to fill the whole row within the RG so the color coding looks consistent. There is a variable number of text in each group so each group might be a different height.

Here’s an example:

The group on the right with mulitple lines of text has the yellow background of the group fill the whole height of the RG, but my other groups (cells) in the RG are only getting the minimum height. I want them all to be the same height so color coding looks good.

I tried “space around” and “space between” and that didn’t work. Any ideas?

I found this page but the links don’t work anymore.

Thanks for taking a look!

  1. You can fix the RG’s cells height to some value of your choice. Just uncheck Set fixed number of rows and set Min height of row to some value
  2. Alternatively, you can check Set fixed number of rows if you need it and then group ALL cell’s content into a Group. Then set a fixed height for said group

Thanks for taking a look. I have a variable number of rows (actually columns in this case) because they need to dynamically adapt based on how many items the user has in their RG.

And I don’t want to set a fixed height since some will need to be taller (they contain more text) and some will be the minimum height.

Basically I don’t want to hard-code anything…I just want to groups to fill the space of their cell in the RG so color formatting looks good.

Got it. I’ll point some inaccuracies in your question, just to clarify.

You meant setting the height of groups within a RG’s cell to that cell’s height, i.e. maximize those group’s height, right?

You meant filling the whole height of the RG’s cell, right?

Groups aren’t equal to cells in this case. One cell has several groups inside. I think you meant groups in the RG’s cell .

I think you have a variable number of rows, not columns. You just happen to want to modify the groups within a RG’s cell, that in turn conform columns, which are in fact fixed, according to what you have shown in your screenshot.

With this I actually understood what you wanted.

Having all this clearly explained, you just need to uncheck the Make this element fixed-height for involved groups.

Thanks for your input, but the question isn’t inaccurate.

I cannot make things fixed height. I have a variable number of columns AND rows in this RG. AND within any given “cell” (an instance of a group that’s within both a variable row and a variable column), there is a variable amount of text.

The example I pasted only showed one row that has the problem. I’ll make a more robust example and re-post if no one else can see what I’m describing.

The goal is to make the red box under “plan” and the green box under “share” the same height as the yellow box under “questions”, even though there is no text in the green or red boxes. Text is optional so we cannot make things fixed.

I am now completely confused about the structure of the involved elements. A screenshot of the elements tree with ALL involved elements would help a lot.

This is very easy to achieve, just set all cells’ height to a min-height of 100%. Also make sure your cells are grouped together in the same group.

Boom that’s it! Thank you @dianabologabv !!!