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. 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 ?
Thank you for your time.
Ok, thank you for wasting your time again for me
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:
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