wieslawsoltes / PanAndZoom

Pan and zoom control for Avalonia.
http://wieslawsoltes.github.io/PanAndZoom/
MIT License
337 stars 44 forks source link

Pan Lock #32

Closed aselby closed 4 years ago

aselby commented 4 years ago

A feature request:

Make it so that you can't pan the image off the screen, if you look at how windows 10 photos works a feature like that would be awesome.

wieslawsoltes commented 4 years ago

You can set EnablePan=false to enable pan lock.

https://github.com/wieslawsoltes/PanAndZoom/blob/e414b2ac5b41b8cc35fcb9ee70dd511e583750d8/src/PanAndZoom/IPanAndZoom.cs#L104