Problem: my Repeating Group B tends to stretch too far out and the cells on the far right will start moving to the next line. Instead I want them to continue stretching right, while a horizontal scroll bar inside Table Group would allow scrolling right and left to see these columns.
I don’t know how to get this scroll bar to show up.
How can I do that?
PS I also have a horizontal repeating group in the header group to populate headers, to match with columns from Repeating group B, but that shouldn’t change the nature of the problem.
Hello @data1! I made a very objective model here, I hope it helps you, I made it with one line and three pieces of information, it scrolls horizontally, see print. See if it helps you get an idea of how to make this horizontal scroll.
This allows the horizontal scrollbar to happen. But it also creates a huge blank space on the right hand side when scrolling., amd tha tis less than ideal obviously…
I was hoping to set the Table Group to fit to its content would be enough? I tried to set it to 100 % too but no luck.
I’ve also tried to make the columb the main RG group and then put the row RG inside columns but that open another can of worms on so many levels.
O Bubble, why can’t we have a option to turn on horizontal scrolling on groups? It would make life so easier…
Okay, @data1 vertical and/or horizontal scrolling requires some testing. In your case, you can set the option to adjust to content and test whether you will have this scrolling permission, because the scrolling will only appear if the content is smaller than the size of the row and column, in your case a row with only a few columns. Even if it were vertical, it would be the same thing, it is required to have a maximum width, otherwise the content will be displayed forever, and the page will become huge.