Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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