Make list view items same height

0
Hi there! Currently I’m developing one of my first Mendix-apps, so bear with me ;-) I have a list view with some products from my database. All these list view items show a short description of the product, which varies in length.  This results in some problems when viewing the app: Most rows show three items in a row (the way I want it to be), but some will only show two because a description is too long somewhere else.  Is there a way to make all items in a list view the same height to fix this problem?
asked
1 answers
0

Yes there is but you need to place some CSS on it. See for examples the website here: https://css-tricks.com/line-clampin/

Regards,

Ronald

 

answered