scroll bars to text box

  • Thread starter Thread starter juli
  • Start date Start date
J

juli

Hello,
What is the best way to attach a scrollbar to a text box in order to
show the text properly? (in code I mean)
Thanks a lot!
 
Just set the ScrollBars property of the TextBox object to the desired Enum
(Both,Horizontal,Vertical,None(default)

ranjan
 
Hello,
Thank you for the reply but:
I changed the propert scrollbars of the textbox to Both but they are
still invisible. How can I make them visible and scroll with them?
Maybe to add external scroll bars and to connect them somehow to text
box?
 
Back
Top