I am trying to control two DataGridView\'s with only one of the DataGridView vertical scroll bars being visible.
protected void grid1_Scroll(object sender, ScrollEventArgs e) { grid2.VerticallScrollBar.Value = e.NewValue; }