Hi,
I have to grids with the same width, with the same number of columns and with the same column widths. The grids contain many columns, so they both have a horizontal scrollbar. One grid contains more data than the other and therefore has a vertical scrollbar as well.
Is there anyway I can sync these two grids via horizontal scrolling so the corresponding columns are always displayed? I’m afraid this is impossible, because the only information I found in the API is a method to read the position of the scrolling, but no way to set it and no event for scrolling.
Best Regards
Klaus