Hi
I have a panel with several pictureboxes on it. I need to be able to scroll the panel in order to see all of the pictures. To do this I am using autoscroll and setting it to true. I am also capturing mousewheel events to zoom in/out on the pictures. However, when the scrollbar is visible it too captures the mousewheel and scrolls the panel left or right. Is there anyway I can get around this so that only the mousewheel events effect the pictureboxes and to scroll the user would physically have to move the scrollbar?
Thanks
I have a panel with several pictureboxes on it. I need to be able to scroll the panel in order to see all of the pictures. To do this I am using autoscroll and setting it to true. I am also capturing mousewheel events to zoom in/out on the pictures. However, when the scrollbar is visible it too captures the mousewheel and scrolls the panel left or right. Is there anyway I can get around this so that only the mousewheel events effect the pictureboxes and to scroll the user would physically have to move the scrollbar?
Thanks