Quote Originally Posted by jmsrickland View Post
It's a very nice map app. Any way to make the map move as you move the mouse (like scrolling)
Did you try "normal Dragging" (holding the left mousekey down and then moving the map)?

Thought that this should work ... not with "live-updates of the view" currently (whilst dragging), but in the
MouseUp-Event the UserControl should navigate to the new coordinates (matching the Mouse-Distance).

It wouldn't be *that* difficult to implement a Live-View whilst dragging - but for that the approach
would need to be changed to a "tiled-one" (where one pre-downloads surrounding tiles, so that
the visualization of coord-changes can be smoother, blitted from already cached Tiles).

Olaf