load image in a listview

0
Hello everybody, I want to use a List View but for each element I display a different icon than the other elements. Is it possible ? How can I do that? Best regards, Omar.
asked
1 answers
3

You can show anything in a List View that you can in a Data view. You just need to have an association betwen the entity you are showing in your list and an Image. Then add inside the list view a data view that follows this associations and put your image here.

 

https://docs.mendix.com/refguide5/image-viewer

 

Hope this helps,

Andrej

 

answered