wordwrap

  • Thread starter Thread starter Sender
  • Start date Start date
Sender said:
what's the use of multiline=true when wordwrap=false ?

Lines are not wrapped, but you can still have multiple lines (separated
with 'ControlChars.NewLine').
 
Hi Sender,

If wordwrap is false, then each line in your textbox, won't wrap... :-) You
can still have multiple lines even without Word Wrapping. The lines will
simply scroll off the right side of the textbox, if they are too long.

Also, if multiline=true and you have one line and wordwrap=true, then each
wrapped line won't appear in the Lines collection of the TextBox.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
Back
Top