Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Horizontal Scolling
posted

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?