I’m adding some text to the text box which is docked to window of 300×400 size. When I add some lengthily text I’m wrapping the text to the next line which makes my output look kind of bad looking.
How to prevent wrapping words in multiline text box?
I have tried having both horizontal and vertical scroll bars, but it doesn’t seem to work.
Just set the
WordWrapproperty to false.