Hello
I have a TextLabel, which I need to be sized automatically in the X direction up to a certain width (in pixels) and only then a second line of text to appear inside the label.
However my label starts to wrap by adding more lines before the maximum available width is reached.
Is there a way to control this?
Thanks in advance