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