I'm currently using graphicsview to simulate zooming in/out on an image. Zooming in seems to be perfect, but when I zoom out passed the original size of the graphicsview it begins to tile the images. I only want one image to show up...not tiled. Is there any ideas on the best way about trying to solve this problem?