Click or drag to resize

IBrowserHostSetAutoResizeEnabled Method

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

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

Parameters

enabled  Boolean
enable auto resize
minSize  Size
minimum size
maxSize  Size
maximum size
See Also