cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple line in text view

Former Member
0 Kudos

Hi,

I have placed a text view in a transparent container having grid layout.

the contents in the text view is always dispalyed in a single line even after setting

wrapping condn.

I need to display the text in multiple lines.Kinldy help me out.

Rgds,

Gautham

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_szcs
Active Contributor
0 Kudos

Hi Gautham,

Try to use FormattedTextView for displaying text with multiple lines. It also supports formatting options like bold, italic as well as more fancy stuff like bullet lists, etc. It's basically xhtml.

Best regards,

Thomas

Former Member
0 Kudos

Hi Gautham ,

if you have the textview with wrapping turned on, then the content will indeed wrap

when the column area it is to be displayed is too small. But only when the column boundary is reached.

Does the column have a width.? if not the default implication is 100%.

Check you container UI element.

Use Matrix layout in preference to Grid layout.

See also the TEXT_EDIT UI element. It is far better suited to multiple line texts.

regards

Phil.