Skip to content

BlazoradeScrollService

Mika Berglund edited this page Jun 24, 2025 · 1 revision

BlazoradeScrollService Class

A service implementation that provides utility methods for scroll related tasks.

Methods

The service exposes the following methods.

public Task ScrollIntoViewAsync(ElementReference component)

Attempts to scroll the element represented by the component parameter into view.

public Task ScrollIntoViewAsync(string elementId)

Attempts to scroll the element with the ID given in elementId into view.

Clone this wiki locally