Hi everyone,
I’m willing to implement an horizontal scrolling list of objects ( from a data resource ) like in this tutorial :
I put a container in a scroll view:
the container repeats itself with the data, horizontally
It works well on the screen

But loosely on the device:
Plus the list should be contained in the middle area of the screen and the user should be able to scroll left/right.
I went so far thanks to an other post on this forum about horizontal scrolling.
Thx for any help