Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Content FAQ's    How I can word wrap text on a widget?

Read-Only Read-Only Topic
Go
New
Find
Notify
Tools
-star Rating Rate It!  Login/Join 
<Viewpoint>
Posted
Does anyone know how I can word wrap text on a widget?
 
Report This Post
<Viewpoint>
Posted
If you have a string like this:

"myword this is a long long string"

You can add as many \n newline escape sequences as you like to break up the lines e.g.:

"myword this\nis a long\nlong string"

That would give you three lines.
 
Report This Post
  Powered by Eve Community  

Read-Only Read-Only Topic

Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Content FAQ's    How I can word wrap text on a widget?