How to creat horizontal list view?

Intrigued, I did some work with the extension from @yusufcihan, Dynamic Components, and came up with the following two aia demo projects:

Horizontal Scrolling Listview:

HorizontalDynamicCards.aia (240.5 KB)

Vertical Scrolling Listview:

VerticalDynamicCards.aia (240.4 KB)

Takes a bit of time and thought to set it up, but once done, it is simply a matter of generating the list of images and text requested into a list. I didn't go in for creating the Schema files....

Credits to Mayuur Berad over on Kodular for their fine examples on how to use the extension, and of course to @yusufcihan for the fine and clever extension ( I especially liked the ability to just type component names, and to be able to change designer only properties).

The main blocks for the horizontal scroller, should be draggable
(once loaded in blocks editor, double click to expand).

blocks (22)

and for the vertical scroller:

blocks (23)

6 Likes