How can I define space between elements in a Scroll Box?

I have a list of Grid Panels inside of a Scroll Box. I would like to space the “rows” in the Scroll Box so that the Grid Panels do not “touch”.

I would like to steer clear from top or bottom padding because that would make the scrollbar “mis-aligned”.

Is there a way to just set the spacing between elements?

Huh. I think I just found the answer to my question. When I set the same padding on the scrollbar, the visual alignment is the same. This will do fine for my purposes.

Thanks anyway lol

1 Like