I have an big image which I need to show in a smaller container (or smthg like this). The user should be able to move the image up, down, left & right. It should be like Google Maps.
Do you have an idea where I can start and how to solve this?
|
feedback
|
|
Maybe something like DeepZoom would work. You could also create a simple UserControl or CustomControl with panning functionality, e.g. have a canvas which handles some mouse events to manipulate a TranslateTransform on your image which should be a child of the canvas. Event handling outline:
| |||||||||
feedback
|