Wrapping Text in List

2 messages - 65 views

I want to wrap a long string in a List so that data can be displayed on the screen completely. presently , i am getting this text in list in a line only which approaches beyond the screen. I have tried several styles for list, but unable to wrap the text on the screen.

Can any body help me out to resolve this issue ...

Thanks !

 

Text widget never wrap its text content. But to do this, you need to replace Text by TextArea.