AD
Administrator
Syncfusion Team
October 28, 2003 09:47 PM UTC
Hook the detached scrollbar to one of your grids, and hide the scrollbars on the other.
Handle the TopRowChanged event for the scrollbar grid, and in your handler, set the other grid's TopRowIndex to be the same as the scrollbar grid's TopRowIndex. This will make the single scrollbar 'drive' both grids.