Page 1 of 1

syncing two scroll bars

Posted: Mon Jun 18, 2012 5:39 pm
by townsend
Is it possible to sync to different text fields that have the same number of lines?
Not in terms of content, but in terms of view area via the scroll bars.

Re: syncing two scroll bars

Posted: Mon Jun 18, 2012 5:42 pm
by mwieder
You mean as in

Code: Select all

set the scroll of field 2 to the scroll of field 1
or something more involved?

Re: syncing two scroll bars

Posted: Mon Jun 18, 2012 6:01 pm
by townsend
Yeah-- that's it!

Thanks for the quick reply Mark.