ChromiumWebBrowserResizeHackForIssue2279DelayInMs Property |
Version 88.2.90
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: 88.2.90.0 (88.2.90.0)
Syntax public int ResizeHackForIssue2279DelayInMs { get; set; }
public:
property int ResizeHackForIssue2279DelayInMs {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also