Mouse zoom and pan without holding CTRL

Hey, I use the cvb:display in C# WPF and I would like to know if there is a way to zoom and pan with the mouse without holding the CTRL key ?

Thanks.

Hi @Paco, unfortunately this is currently not possible, since the CTRL key is hardcoded in the MouseWheel event. I do not think there is an easy solution for what you are looking for, but we will talk about making the key optional/configurable.

Regards,
Tim

Hi, yes it will be great to have it this way that having to reimplement the displacement mechanisms.Thanks for your response.

Have a good day,
Paco