I have two grids which I display side by side. Both grids contain the same number of rows. I want the scrolling of the grids to be synched - when I scroll one grid, the other scrolls as well so that the top rows of both grids is always the same index.
I have looked at the scrollbar properties/events and don't see a way to do this but I am new to the control. Is there a way to do this with the control? If not, can I do so with API calls? I have API code that does this with two listviews via subclassing but will it work for the grid control as well?
Edited by user
2016-01-09T18:00:58Z
|
Reason: Not specified