Wordwrap

W

WLMPilot

I have a textbox that is big in size to accept a lot of text. However, when
I typed all the way to the end (right side) of the visible box, then the text
started scrolling left out of sight instead of the cursor advancing to the
next line.

How can I get the cursor to advance to next line when I reach the end of the
physcial box size?

Les
 
R

Rick Rothstein \(MVP - VB\)

Set the MultiLine property for the TextBox to True. You can do this either in the property window or in code.

Rick
 
W

WLMPilot

Thanks

Rick Rothstein (MVP - VB) said:
Set the MultiLine property for the TextBox to True. You can do this either in the property window or in code.

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top