I am creating a legend in a picture box that is set inside of a panel. I have done this so that I can resize the picture box to whatever size I want and when it gets larger than the panel, scroll bars will automatically appear and handle the scrolling for me. This works wonderfully.
My problems comes that when I scroll, the graphics are "erased" or not drawn where they were not visible. I need to get the scroll event so I can tell it to redraw.
I have not been able to find this event. Does anyone know how to do it, short of making my own redraw function as was said in another post?
Thanks
My problems comes that when I scroll, the graphics are "erased" or not drawn where they were not visible. I need to get the scroll event so I can tell it to redraw.
I have not been able to find this event. Does anyone know how to do it, short of making my own redraw function as was said in another post?
Thanks