wieslawsoltes / PanAndZoom

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

Max/Min Zoom Constraint Issues with mouse wheel zoom #80

Open Slazanger opened 2 weeks ago

Slazanger commented 2 weeks ago

The mousewheel causes a translation when at max zooms rather than doing nothing :

Repo :

  1. In the sample app set a min & max zoom to 0.2 & 2.0
  2. Start the sample, enable constraints
  3. Continue to zoom in using the mouse wheel, when the max zoom is reached the controls will move unexpectedly