cefsharp / CefSharp

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

Hwndhost Transparent support? #4259

Closed fallingrust closed 2 years ago

fallingrust commented 2 years ago

I noticed that Microsoft's WebView2 WPF Control is a Win32 control wrapped in WindowsFormHost, but it supports Transparent. Will CefSharp for wpf .hwndhost or windowsform also support Transparent in the future

amaitland commented 2 years ago

CEF needs to add support you can subscribe to https://bitbucket.org/chromiumembedded/cef/issues/2315/allow-transparent-browser-for-windowed for updates.

The CefSharp.Wpf implementation supports transparency.