Click or drag to resize

ChromiumWebBrowserResizeHackForIssue2279DelayInMs Property

Version 86.0.240
Number of miliseconds 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 work around issue https://github.com/cefsharp/CefSharp/issues/2779

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

Property Value

Type: Int32
See Also