Listview column headers.

Servoy 7.4.4, webclient only.

I’m trying to achieve a layout like the one in the image. So it has to be a Listview I think, due to the multiline nature of each row. The listview will also be on a tabpanel tab in my own scenario. So how would I achieve the column headers (campagins, recipients, opens …). The ‘TitleText’’ property that would work with a Tableview doesn’t work with Listview.

Thanks

:oops: As ever, 5 mins after posting I discover how to do it by adding a header form part. Duh.

Note that your form doesn’t have to be a list view. You can also use a table view, and use some html to show multiple lines.

Use something like this as text for your label:```

%%field1%% %%field2%% ```(make sure the displaysTags-property is checked)

Hi Alan,
a bit off topic:
The layout of the table looks nice, however sorting on date, on numbers and on percent values will be possible by mouseclick when every field has its own column.
And sorting makes sense on that table, especially to quickly see the best and the worst campaigns.