Scroll multiple RichTextBoxes (or TextBoxes) in unison (synchronized scrolling).


/ Published in: C#
Save to your folder(s)

This is useful for WinForm apps with multiple TextBoxes that need to be scrolled in unison. Similar applications are diff GUIs that show 2 or more files side-by-side, where each window needs to be scrolled in unison.

The approach below is a simpler alternative to http://stackoverflow.com/questions/1827323/c-synchronize-scroll-position-of-two-richtextboxes

URL: /gist.github.com/593809

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.