I am using the cxGrid component with a TcxGridTableView. I need to get the offset distance of the scroll bar. I wonder there are scroll events that I can use to get this information?
I'm looking for how much pixels were scrolled because I want to display something like a rule of pixels from the left position of the grid above it, and i have to count the pixels "hidden", shifted by the scroll.
Thanks in advance.