I have a large PictureBox within a smaller Panel. I use the mouse wheel to scale the image in the PictureBox. The problem is that the mouse wheel simultaneously scrolls the scroll bars on the Panel. Is there any way to override this behavior so that the scroll bars can still be scrolled by clicking & dragging but not via the mouse wheel?
↧