Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable text wrapping in text box control?

I'm adding some text to the text box which is docked to window of 300x400 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.

like image 497
HelpNeeder Avatar asked Jan 22 '12 15:01

HelpNeeder


People also ask

How do I change text wrapping settings?

Click the Table Layout tab, and then under Settings, click Properties. Under Text Wrapping, click Around. To set the horizontal and vertical position of the table, the distance from surrounding text, and other options, under Text Wrapping, click Positioning, and then choose the options that you want.

How do I turn off text wrapping in Photoshop?

Select the (text) frame and go to Window > Wrap and click on the none-button.

How do I turn off Wrap?

You cannot disable VRAM. VRAM is RAM physically mounted on your graphics card, it doesn't steal from your internal RAM unless you have an onboard graphics card. That being said, you run a 32-bit operation system which can only address upto 3.


1 Answers

Just set the WordWrap property to false.

like image 120
Thomas Levesque Avatar answered Oct 05 '22 22:10

Thomas Levesque