0

Hello im building an c# winforms app for my windows tab. I can zoom in and zoom out with 2 fingers. So i want to remove zoom event. How can i remove the zoom event ?

enter image description here

1 Answers1

0

I googled "cefsharp disable zoom", and the three first results say you can do

settings.CefCommandLineArgs.Add("disable-pinch", "1");

to disable pinch zooming.

Also see: https://stackoverflow.com/a/23057591/51685

AKX
  • 152,115
  • 15
  • 115
  • 172