AD
Administrator
Syncfusion Team
December 15, 2003 03:51 PM UTC
If you share scrollbars, then all the grids should have the same Minimum and Maximum value for the scrollbar. This is how it was planned.
If you try to change this default behavior and want to update the scrollbar when you click inside a cell, you could handle CurrentCellActivating event and call UpdateScrollBars from there. There might also be other events that might be better suited. It''s more like a try and error until you get the behavior working.
One issue that could come up is if you scroll horizontally and one grid has a larger maximum possible right value than the other. I can''t think of any way how to have the three grid scrolling be synchronized in such scenario.