horizontal list view

0
I want to place an horizontal list view under an image container who is listening this list view, with a personalized arrows for scroll on the list. any ideas?
asked
2 answers
0

Hello Tiago, apparently you want to create an image carousel. For this, there are already multiple widgets on the marketplace that can make your life easier. Here are some examples:

imagem.png

Mendix Marketplace - Multi Carousel / Slider

 

imagem.png

Mendix Marketplace - Carousel

 

If you still want to create your own style and place the list view horizontally, you can apply the following style that points to the ul tag.

display: inline-flex;

 

I hope it helps!

answered
0

Make your life easier and perhaps use the Image Carousel from the Marketplace

Mendix Marketplace - Carousel

answered