Click or drag to resize

IBrowserHostSetAutoResizeEnabled Method

Version 86.0.240
Enable notifications of auto resize via IDisplayHandler.OnAutoResize. Notifications are disabled by default.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void SetAutoResizeEnabled(
	bool enabled,
	Size minSize,
	Size maxSize
)

Parameters

enabled
Type: SystemBoolean
enable auto resize
minSize
Type: CefSharp.StructsSize
minimum size
maxSize
Type: CefSharp.StructsSize
maximum size
See Also