I have a screen which contains 2 separate wingrid controls. The columns in each grid are for the most part exactly the same, but they each contain their own unique set of values. The grid at the top contains historical budget information, and the one below is where a user would enter the new values for the current year.
The problem is, when we scroll one grid right or left, the other does not follow. Therefore, causing the user to have to scroll both grids separately in order to see all the columns and keep them in sync.
Is there a way to tie the grids together so that when one is scrolled horrizontally (left/right) the other follows suit automatically?
What you can do is trap the Before/AfterColRegionScroll event of the grid and the scroll the other grid to the same position.