When the smooth scrolling option of a TDrawGrid component is set, we can scroll it down pixel by pixel.
But can we also do that programmatically?
I thought there must be a way, but I could not find it. The scroll bars are not exposed, ScrollBy doesn't seem to have any effect, and so on - anything I tried didn't work.
Can anyone show me an example of how to scroll up and down by a few pixels?
If possible, something that works on Windows and Mac.
Thank you.