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?