End Google Ads 201810 - BS.net 01 --> Hi,

I have a PictureBox inside a Panel control, the Panel being used to obtain scrollbars for the PictureBox. Having come from Delphi I can't work out a way to make the scrollbars update the position of an image in the PictureBox while the mouse drags the scrollbars (it only updates after the mouse is released).

IIRC with Delphi it was easily done by changing a couple of properties in a TScrollBox component. Does this have to be done manually in the Scroll event handler? Or would it be better to create my own scrolling control for this?

Thanks,
Dave.