How do you make listview with multi column display?

How do you make multi column Listview?
Is there any Listview extention to customize where I can add multi column...
something like this:

image

Here is how my listview looks like for now

1 Like

You could use and create your design

or

1 Like

Or you could do something like this:

2 Likes

RecyclerList extension is what I suggest for multiple columns as I have been using to list store billing in my projects, if you want Card style view then you can use Compcreator extension along with corner radius extension to

Get your Output

1 Like

This can be also done with RecyclerList extension and Enhance extension by @Kevinkun see an example

1 Like

inside a side box you place the lists as in the image you show, but reduce each list by 50 wide and thus several lists will enter next to each other

I woud like multi colum easy and free Listview extention.
I would like to make something like this
image

Try building that design with components, blocks, text and images (and extensions if you want rounded corners. elevation/shadows etc). Once you have the design you like, then you can replicate it with dynamic extensions.

1 Like

you mean I can use extention Dynamic components and create LIke this?
image

Yes you can.

Here I did design also I used MakeViewUp extention.

Here is my Block to setBorder and setRadius:

image

Here is RESULT:

So is there any other easy extention accept Dynamic components?

@dora_paz has already suggested:

2 Likes

@TIMAI2 o i missed, i'll check now. Thank you!