Attributes appearing on single line in ListView

1
I added a listview to the page and intend to display 3 attributes in each row of listview. While designing the page the attributes are appearing in different lines but when i test it by launching the app , the attributes appear in the same line…. ANy idea , what i have done wrong?     
asked
2 answers
2

Hi,

You need to set the render mode properties of the text element to “Paragraph”, this will render it as <p> instead of text as <span>.  This works fine for me in 8.9.0

With kind regards,
Stephan

answered
0

This seems a bug to me. Workaround is to place a return before it in the caption.

So instead of
Location: {1}

Make it

(place the enter on this line)

Location:{1}

I would file a support ticket for this. It is also in 8.8.1. Have not tested it in Mx8.9.
Regards,

Ronald

 

answered