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
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]
There is no one of them theres working in listview.
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?