Vertical AND Horizontal scrolling problem

Hello Thunkers !
As a picture is as many as 100 words, here’s my issue now:


I know that horizontal scrolling has been discussed so many times. I`ve started myself a topic about it and @muneer already helped me alot with an workaround for a scrolling row with some labels inside.
But my problem is more complex, as i need both horizontal and vertical scroll now, as you can see it. :thinking: Following the columns/rows structures as in this picture, i managed to obtain only vertical scrolling (by setting blue column scrolling property to true). Setting “scrolling” red row as true has no effect (as expected).
Is there any solution for this problem ? :thinking:
Thank you for your time.

1 Like

Hi @mimostel
Please see my attempt and let me know where I got your description wrong.
https://x.thunkable.com/projectPage/6153629b190a7402638d78b6

Ok, thank you for wasting your time again for me :face_with_hand_over_mouth:
Think of this like an Excel table, where we can scroll both horizontally and vertically.
Every label is an Excel`s cell.
I populate the data from top to bottom, then when a column is done, i clone it and update values going thru every label=cell… and so on…
I don’t know the amount of data to be filled - nor number of items in each “column”, neither number of “columns”, so its something dynamically built.
I managed to achieve this until now:
screen
and I’m stuck in horizontal scrolling.
In your test, every “row” is moving independently.
I think that now you understand what is my issue :roll_eyes:

1 Like

I got you.
Need to re-design all from scratch then. Will give it a go later.

1 Like