scrollbar in multiline textbox ?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I recently play with multiline textbox.
and discover they have no scrollbars !
when the text is longer than the text box you have to scroll with the arrow
key and there is no visible cue where you are relatively to the text (end ?
beginning ? other ?)

I saw no autoscroll property either.

how does one edit multiline text ?
 
Umm... have you tried to set Scrollbars property from 'None' to some other
option?
 
hi, Lloyd,
You need to set Scrollbars property from None to something else. And, if
you want horizontal scrollbar, you need to set WordWrap property to false.
Hope this helps
Xin
 
Back
Top