Currently I have two panels, which programatically get PictureBoxes added to them. These PictureBoxes then have a hover event which sets the focus to its containing Panel. This allows the user to scroll up and down the picture in the Panel they're over.
However, the Scroll event for that Panel then doesn't fire, so the second Panel can't have its scroll updated to be at the same point in the (duplicate) image.
How do I go about making this event fire?