More lines in listview

Hello. Is there anyway to make a new line between items in listview.

So instead of:

Item - item - item -
Item - item - item

Then:

Item - item
Item - item
Item - item

Just join items to either main or detail use a \n for new lines

[edited]

1 Like

There is no one of them theres working in listview.

It is \n :wink:

How and where in this one?

In text block if you write like this => Apple\nMango\nOrange
It will show in your list view each item in new line, got it?