Click or drag to resize

DOMClient.ScrollIntoViewIfNeededAsync 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: System.Nullable<Int32>

[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: System.Nullable<Int32>

[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: System.String

[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.DOM.Rect

[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: Task<DevToolsMethodResponse>

[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