Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Synchronizing grid scrollbars to another control
posted
Hi! I have an issue with scrolling. I have my custom drawn controls that are overlayed over the grid, meaning they're not attached to it in any way, rather having a dedicated manager that manages the interaction. Problem arrises when i want to scroll the grid horizontally and i want my overlays to synchronize their movement too. I'm using AfterColRegionScroll event where i calculate the movement and move overlays accordingly and it works fine except for the flicker that's there because scroll happens first and then overlays move. Now, is there any way to do it simultaneously? i know that it's not a grid issue per se, but i'm sure you guys encountered similar problems with other users. Thanx, M.