Textbox doesn't show the horizontal scrollbar

  • Thread starter Thread starter fiaolle
  • Start date Start date
F

fiaolle

Hi
I have the code txtQuest.ScrollBars = ScrollBars.Horizontal but nothing
appears. I have also tried to put it in the properties. I have no idea what
to do next, I have searched google but that didnt help, so please I need
help.

Help needed
Fia
 
Hi
I have the code  txtQuest.ScrollBars = ScrollBars.Horizontal but nothing
appears. I have also tried to put it in the properties. I have no idea what
to do next, I have searched google but that didnt help, so please I need
help.

Help needed
Fia

Hi,

Honestly I do not remember that the textbox has a scrollbar.
Nevertheless, try to set it to multiline and then set Rows=1
 
Hi
I have the code  txtQuest.ScrollBars = ScrollBars.Horizontal but nothing
appears. I have also tried to put it in the properties. I have no idea what
to do next, I have searched google but that didnt help, so please I need
help.

Help needed
Fia

Hi,

Honestly I do not remember that the textbox has a scrollbar.
Nevertheless, try to set it to multiline and then set Rows=1
 
Back
Top