I'm trying to use a Form's BackgroundImage to display the base image that I'm placing controls on top of. To make the form scroll to the bounds of the image, I set the AutoScrollMinSi ze. This works great, except that when I scroll, the image gets all chopped up and doesn't automatically refresh when scrolling is done.
Is there a way to prevent this problem so that it scrolls smoothly?
Is there a way to prevent this problem so that it scrolls smoothly?
Comment