Re: Synronizing richtextbox and panel scrollbars by Marc
Marc
Thu May 13 10:36:09 CDT 2004
Not sure if this will do what you want, but:
In the VScroll or HScroll event(s), move the panel according to how the
RichTextBox scroll bar was moved.
--
Marc Butenko
mbutenko@bresnan.net
"Fatih BOY" <anonymous@discussions.microsoft.com> wrote in message
news:8B1840CB-BCB7-41D1-89F3-633B2F991BFE@microsoft.com...
> Does anyone know how to synronize richtextbox and panel scrollbars!?
> I've a panel with two component, richtextbox and panel, and i want to
scroll panel whenever user scrolls richtextbox.