I have a RepeatingGroup of sections, and each section has a content box with items inside it. the content box is hidden and shown only when I press the section (toggle)
The problem is that I want the sections to be close to one another when closed, and when I press a single section it will open to show the content box. Right now the content is crossing over if the repeating group is not as big as the content box. I need the group size of the section to be as long as the content box so it will be shown when I toggle it on. I want to adjust the height of the section group so that it will grow only when it’s toggled on, can I do that?
I added images to illustrate the problem: