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 ?
Asked
Active
Viewed 257 times
1 Answers
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.

AKX
- 152,115
- 15
- 115
- 172