Click or drag to resize

ChromiumWebBrowserResizeHackDelayInMs Property

Version 111.2.70
Number of milliseconds to wait after resizing the browser when it first becomes visible. After the delay the browser will revert to it's original size. Hack to workaround upstream issue https://bitbucket.org/chromiumembedded/cef/issues/3427/osr-rendering-bug-when-minimizing-and

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public int ResizeHackDelayInMs { get; set; }

Property Value

Type: Int32
See Also