How to synchronize textBoxes scroll in C# .Net

chrisliando

Newcomer
Joined
Feb 17, 2008
Messages
6
Hi. I am using Visual C# 2005 Express Edition and .Net 2.0. I need to make if I scroll textBox1 then textBox2 will be scrolled too.. I need it VERTICALLY and HORIZONTALLY.

How to do that?

Thank you very much.
 
Back
Top