DataView dynamic heigth

Hi everyone,

In my application, I’m using a dataview to display some data. The thing is I don’t have the same amount of data for all objects : The all have a title and an image, but some have a 2 more fields. Here is how it’s rendered now :

I wound like to dynamically set the item height to avoid all this wasted space. How can I do it?

Regards,

Here is the image - couldn’t find the ‘edit’ button.

Hi,

all items in dataview have the same size. You may modify the template of items and display item content depending on item data.