cancel
Showing results for 
Search instead for 
Did you mean: 

Text wrapping of TextView UI element

Former Member
0 Kudos

Hi have a Group with Matrix Layout. It contains a TextView and the text is too long. How could i wrap the text so that it fits in to give three columns.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sadhu,

Go to the properties of you Text View UI element that you have inserted and set the <b>wrapping </b>property to <b>true</b>. If the width of the textview is more than the width of Group/Column then the text will automatically comes into the next line.

Regards,

Jhansi

Former Member
0 Kudos

Hi

Set "colSpan" property(under LayoutData) of the TextView UI Element to 3.

Regards

kk

Former Member
0 Kudos

TextView.wrapping = true

Armin