private void richTextBox1_VScroll(object sender, EventArgs e)
{
richTextBox2.?= richTextBox1.GetPositionFromCharIndex(0);
}
What should I put instead of "?" to set the scroll position of richTextBox1 on Y? Or how else can I implement synchronous scrolling?