Click or drag to resize

IBrowserHost.SetAutoResizeEnabled Method

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

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

Parameters

enabled
Type: System.Boolean
enable auto resize
minSize
Type: CefSharp.Structs.Size
minimum size
maxSize
Type: CefSharp.Structs.Size
maximum size
See Also