multiple lines in text box

B

BorisS

need to be able, using legacy controls, to have a text box that allows user
to hit carriage return and get to next line. For some reason, when I select
multiline (which is what I thought was the parameter for this), the box still
does not allow enter to be used. Am I doing something wrong, is this the
wrong parameter, or is this not possible to do?
 
J

Jean-Guy Marcil

BorisS said:
need to be able, using legacy controls, to have a text box that allows user
to hit carriage return and get to next line. For some reason, when I select
multiline (which is what I thought was the parameter for this), the box still
does not allow enter to be used. Am I doing something wrong, is this the
wrong parameter, or is this not possible to do?

Yes, that is correct, but you also need to change the EnterKeyBehavior to
True.
 

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