Table of Contents

Class ScrollContext

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll
public sealed class ScrollContext
Inheritance
ScrollContext
Inherited Members

Constructors

ScrollContext(IJSRuntime)

public ScrollContext(IJSRuntime js)

Parameters

js IJSRuntime

Properties

ScrollingElement

public ElementReference ScrollingElement { get; set; }

Property Value

ElementReference

Methods

ScrollToBottomAsync()

public ValueTask ScrollToBottomAsync()

Returns

ValueTask

ScrollToElementAsync(ElementReference)

public ValueTask ScrollToElementAsync(ElementReference targetElement)

Parameters

targetElement ElementReference

Returns

ValueTask

ScrollToTopAsync()

public ValueTask ScrollToTopAsync()

Returns

ValueTask