IBrowserHostSetAutoResizeEnabled Method  | 
Version 93.1.111 
            Enable notifications of auto resize via IDisplayHandler.OnAutoResize. Notifications are disabled by default.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxvoid SetAutoResizeEnabled(
	bool enabled,
	Size minSize,
	Size maxSize
)
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