Did you even read what you typed? ... It makes no sense
Please restate what you said....
Click the textbox. Goto properties panel. Set 'multiline' property to true.
If you want to scroll programmatically, use textbox.scrolltocaret() function to reach the last line. For manual scrolling programmatically, you need to use SendMessage API call to send scroll messages to the textbox scrollbar.