1
vote
1answer
161 views
How to do mouse panning on a custom component in Delphi 2009.
I'm using D2009. I have a component derived from TWinControl to which I'd like to add mouse panning. I see that there's a new control style, csPannable, and a new control state, csPanning. I've …
