1
votes

I am using WPF.PanAndZoom library for pan and zooming but by default it has panning enabled on right mouse button click but i need it on left mouse button click but found no documentation for this. Anyone can help please?

If you have suggestion for any other similar library, that will also be acceptable.

1

1 Answers

0
votes

The latest version on Github has this implemented due to this issue:

https://github.com/wieslawsoltes/PanAndZoom/issues/14

In fact this issue appears to have been opened by you! Within the XAML you can use the PanButton="Left" property to set this.

The NuGET packaged version 0.5.1 does not appear to have this code implemented yet.