I've searched for this online but have not found the code I need.


I'd like to be able to programatically set a RichTextBox (VB 2005 -
Windows
Forms app) to scroll one line of text at a time, rather than have the
current
"smooth" (pixel by pixel) scrolling.


Any help (either code sample, or link to page with code sample) would
be
greatly appreciated. API calls or whatever is fine.


Thanks much,


Barry L. Camp

Re: RichTextBox - disable smooth scrolling? by Jared

Jared
Wed Jun 14 20:25:52 CDT 2006

could put inside panel and size to line count of text height with custom
border and position using independent scrollbar, probably have to mess
around with carret as well.

what i am saying is a fancy about box with scrolling credits.


"Barry L. Camp" <blcamp@gmail.com> wrote in message
news:1150295823.682528.55690@f6g2000cwb.googlegroups.com...
>
> I've searched for this online but have not found the code I need.
>
>
> I'd like to be able to programatically set a RichTextBox (VB 2005 -
> Windows
> Forms app) to scroll one line of text at a time, rather than have the
> current
> "smooth" (pixel by pixel) scrolling.
>
>
> Any help (either code sample, or link to page with code sample) would
> be
> greatly appreciated. API calls or whatever is fine.
>
>
> Thanks much,
>
>
> Barry L. Camp
>