3.2.0

Synchronize horizontal scroll two grids

I did a quick search on how to synchronize the scroll bar movement when you have two grids and didn't find anything, so once I figured it out, decided to share the code in case anyone else ever needs it:

grid1.onScrollLeftChanged = function(value){grid2.setScrollLeft(value)};

Thom
August 30,

This topic is archived.

See also:


Back to support forum