| ChromiumWebBrowserResizeHackEnabled Property  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic bool ResizeHackEnabled { get; set; }public:
property bool ResizeHackEnabled {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also