cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.88k stars 2.92k forks source link

Feature Request - Add Zoom Support for WinForms version #4927

Closed chaau closed 2 months ago

chaau commented 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:

amaitland commented 2 months ago

The WinForms implementation already has zoom support.

See https://github.com/cefsharp/CefSharp/blob/cefsharp/128/CefSharp.WinForms.Example/BrowserForm.cs#L354 for an example.