Currently on my page I use single item checkboxes with text fields with velo code controls. It looks like this…
I am thinking repeaters might be better since manually entering dozens of checkboxes with images and text is laborious. And my velo code might also be easier to maintain. My test repeater, connected to a filtered dataset looks like this. Much cleaner and very quick to build …
However, before I start working in velo code on the repeater control, you might have noticed the large “white space” between items. This is actually caused by the white space between containers that hold 5 items in each repeat.
I tried to eliminate the white space by moving containers closer to one another, but they will not move. I also tried to remove the containers but I suppose these are what makes the repeater “repeat” itself. Is there a way to remove the white space between containers in repeater1?
This shows the size of a container in the repeater which makes this look like double spacing in a word document.