Scroll bar adding to text box

  • Thread starter Thread starter Ruth
  • Start date Start date
R

Ruth

Hi

Quick question I have a text box and want to add a scroll bar to it how can
I do that?
 
Did you use the textbox from the control toolbox toolbar?

If yes, you can enter design mode (another icon on that toolbar).
Rightclick on the textbox, choose properties and make a few changes.

Change:
.enterkeybehavior to true (hitting enter creates a new line)
.multiline to true
.wordwrap to true
.scrollbars to what you want.

Exit design mode and test it out.
 

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

Back
Top