Closed chaau closed 2 months ago
The WPF Version of the ChromiumWebBrowser supports zoom controls (https://github.com/cefsharp/CefSharp/blob/master/CefSharp.Wpf/ChromiumWebBrowser.cs#L2635-L2663)
Can we also add the support for Zoom to the WinForms Version (https://github.com/cefsharp/CefSharp/blob/master/CefSharp.WinForms/ChromiumWebBrowser.cs)?
Checklist:
PR
CefSharp
The WinForms implementation already has zoom support.
WinForms
See https://github.com/cefsharp/CefSharp/blob/cefsharp/128/CefSharp.WinForms.Example/BrowserForm.cs#L354 for an example.
The WPF Version of the ChromiumWebBrowser supports zoom controls (https://github.com/cefsharp/CefSharp/blob/master/CefSharp.Wpf/ChromiumWebBrowser.cs#L2635-L2663)
Can we also add the support for Zoom to the WinForms Version (https://github.com/cefsharp/CefSharp/blob/master/CefSharp.WinForms/ChromiumWebBrowser.cs)?
Checklist:
PR
exists on the CEF Pull Requests and I'd like to propose this feature is added toCefSharp
when/if it's merged.