How to make a responsive layout for listview or template grid?

0
How can I make a responsive list of elements designed as cards? for example 4 cards in one row on desktop, 2 cards on tablet 1 card on mobile. For static elements I would simply use LayoutGrid, but what about dynamic objects (ListView, TemplateGrid, etc.)? 
asked
2 answers
1

Hi Maxim

I believe your question is solved in the learning path Mendix Academy - Polish your Styling

I hope this helps you further.

Kind regards,

Leander

answered
3

Hi Maxim

Firstly You Select <Manual-3> column  Then Check property (right side)
Change  General Tab Settings

For Desktop width ( Manual ) change Size is 3
For tablet width ( Manual ) change size is 6
For Phone width ( Manual ) change size is 12 or Select Auto-fill.

 

I hope this helps you 

 Regards,

Vaishnavi

 

 

answered