Home All Groups Group Topic Archive Search About
Author
11 Dec 2006 9:04 PM
Arne Beruldsen
I have 2 richtextboxes...as I scroll down one...I want the other to move
simultaneously.

How do I do this?

Vb.net 2005

Thanks

Author
13 Dec 2006 3:46 PM
Mike McIntyre
For them to move simultaneously they will need to have the same
contents/format. Is this the case?

Imagine that the first RTB has 100 words and the second has 1,000. You can't
scroll to word 150 in the first from the second. You can't scroll to word
500 from the first.

What are you trying to accomplish with this behavior.  There may be another
way to accomplish it.

Or - have I mis-understood your question?

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com


Show quoteHide quote
"Arne Beruldsen" <ArneBeruld***@discussions.microsoft.com> wrote in message
news:9669419F-FA23-413C-8E14-6F849C307918@microsoft.com...
>I have 2 richtextboxes...as I scroll down one...I want the other to move
> simultaneously.
>
> How do I do this?
>
> Vb.net 2005
>
> Thanks