Any way to show an extra half-row within a repeating group so that user’s realize they’re supposed to scroll?

Is there any way to show an extra half-row within a repeating group so that user’s realize they’re supposed to scroll?

Example:

1 Like

The only way we could figure out how to do this is to place a white box over the bottom half of the bottom row, and then place another box over the scroll bar on the right since it doesn’t accurately reflect the shortened height of the RG.

Still interested in alternative solutions / ideas if anyone has them.

Scott

I also have the same question. Figured out a fix?

We just used the white box over the bottom half of the RG. Worked well enough for our use case. You may also be able to resize the RG with JS and have that solve it - just an idea.

Hiding half the last row doesn’t work for me, it keeps hiding the last cell when I scroll all the way down.

I was wondering if a hack could be done: I found a case when a RG only shows 5,5 cells (whereas I asked it 6). You can try it here.

Do you understand where this view comes from?

image

Something else, I found a way to have a white area upside the first cell: you just have to drag the top the RG (maybe a bug?). Just here.

RG-white-area

If you have an idea to do the same thing with the last cell, it could do the job!