Roller vertical? Roller with pictures not only text

Hello,

How can I make a selection field with lets say 10 products pictures but only 3 are visible. The customer should be able to wipe left and right and then select what he wants. There is a “tile view” widget missing.
Anyone an idea how this feature can be made with existing widgets? Slider/Imagebuttons…?

You can’t easily do it in SLS at this moment because the layout are still missing.

However it’s pretty easy to do with LVGL: Examples — LVGL documentation

I suggest adding a container of the “vertical roller” and the “tiles” in SLS and use plain LVGL to add the layout and snapping.