Click or drag to resize

EmulationClientSetScrollbarsHiddenAsync Method

Version 118.6.80
SetScrollbarsHidden

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<DevToolsMethodResponse> SetScrollbarsHiddenAsync(
	bool hidden
)

Parameters

hidden
Type: SystemBoolean
Whether scrollbars should be always hidden.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also