I have a textbox with it's multiline property set to true, and dragged it out. As it stands, whenever I type and the next word is going to be beyond the boundaries of the textbox, it'll create a new line instead. I want to be able to keep typing without it adding a new line.
Like in Notepad, when you're going to write beyond the boundaries of the box, it'll let you keep typing and won't start at a new line untill you press enter. Instead, you can just use the scrollbar to scroll horizontally between your text. How do I do that with the textbox?
ScrollBars
property toScrollBars.Both
. – Adriano Repetti