ChromiumWebBrowserResizeHackEnabled Property |
Version 112.3.0
When enabled the browser will resize by 1px when it becomes visible to workaround
the upstream issue
Hack to work around upstream issue https://github.com/chromiumembedded/cef/issues/3427
Disabled by default
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 112.3.0.0 (112.3.0.0)
Syntax public bool ResizeHackEnabled { get; set; }
public:
property bool ResizeHackEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also