Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text Box Manual Scrolling

Status
Not open for further replies.

richland

Programmer
Nov 11, 2004
2
US
I am creating a touch screen application and the scroll bar buttons are not large enough for a finger on the text box control. Is there a way I can make these wider or do scrolling manually? I have found some information on scrolling to the end of a text box(using ScrollToCaret()) but I need to scroll line by line, up or down.


Thanks for any help!
 
I think a solution is to have your own control or a easy one is to hide the existing scroll controls ( this.ScrollBars=ScrollBars.None;)
and add the VScrollBar /HScrollBar controls to the form. These controls can be sized differently.
-obislavu-
 
Can someone please tell me how to get a rich textbox to scroll automatically to the bottom when text is appended programmatically. Thanks

 
Why don't you set the size of the scrollbars in the display settings of the PC?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top