I'm using the Silverlight Edition to view a WMS service which is charged by the number of image requests made. Therefore I prefer to use SingleTile mode rather than MultipleTiles. The problem I have is that when panning the map with the mouse, a wms request is fired on every mouse movement, rather then when the mouse is released.
I can see the benefit behind sending a wms request when part of the map is blank when in multiple tile mode but in single tile mode I'd rather just have the one request when I've finished panning.
Is it possible to override this current behaviour?
Regards
Gary