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