Click or drag to resize

EmulationClientSetScrollbarsHiddenAsync Method

Version 130.1.90
SetScrollbarsHidden

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

Parameters

hidden  Boolean
Whether scrollbars should be always hidden.

Return Value

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