Expand my Community achievements bar.

Flow multi-line text field under text field caption

Avatar

Level 1

When the next line of text is entered I would like it to start far left justification.  If my caption is 1" all the text entered in the field after the first line is left justified at 1".  How would I get second line to start left justified 0"?  Is it even possible?

Caption:  What

               I don't want to see.

Caption:  What

I would like to see.

1 Reply

Avatar

Level 10

I think what you are looking for a is a tabulation in your text... Maybe this is what you are looking for

Text1.rawValue = "What\n\tI don't see.";

\n = Next line

\t = Tab