Click or drag to resize

DOMClientScrollIntoViewIfNeededAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.DOM.DOMClient.ScrollIntoViewIfNeededAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,CefSharp.DevTools.DOM.Rect)"]

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> ScrollIntoViewIfNeededAsync(
	Nullable<int> nodeId = null,
	Nullable<int> backendNodeId = null,
	string objectId = null,
	Rect rect = null
)

Parameters

nodeId (Optional)
Type: SystemNullableInt32

[Missing <param name="nodeId"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.ScrollIntoViewIfNeededAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,CefSharp.DevTools.DOM.Rect)"]

backendNodeId (Optional)
Type: SystemNullableInt32

[Missing <param name="backendNodeId"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.ScrollIntoViewIfNeededAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,CefSharp.DevTools.DOM.Rect)"]

objectId (Optional)
Type: SystemString

[Missing <param name="objectId"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.ScrollIntoViewIfNeededAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,CefSharp.DevTools.DOM.Rect)"]

rect (Optional)
Type: CefSharp.DevTools.DOMRect

[Missing <param name="rect"/> documentation for "M:CefSharp.DevTools.DOM.DOMClient.ScrollIntoViewIfNeededAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,CefSharp.DevTools.DOM.Rect)"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.DOM.DOMClient.ScrollIntoViewIfNeededAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,CefSharp.DevTools.DOM.Rect)"]

See Also