If you have used the Deep Zoom Composer to generate a Silverlight project, then one thing you may notice is that your users can zoom out so far that they can't see anything! It is actually quite easy to lose the image completely and not be able to get back to seeing anything. Alternatively you may want to restrict how far they can zoom in too, so they don't start to see "blocky" images. A simple fix for this is to modify the Zoom method in Page.Xaml.cs with the following: public void Zoom(double zoom, Point pointToZoom)
...