ChromiumWebBrowserResizeHackEnabled Property |
Version 130.1.90
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.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool ResizeHackEnabled { get; set; }
public:
property bool ResizeHackEnabled {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also