[]
        
(Showing Draft Content)

C1.Blazor.Core.C1ScrollViewer.ChangeViewAsync

ChangeViewAsync Method

ChangeViewAsync(double?, double?)

Scrolls to the specified horizontalOffset and verticalOffset position.

Declaration
public Task ChangeViewAsync(double? horizontalOffset, double? verticalOffset)
Parameters
Type Name Description
double? horizontalOffset

The offset in the horizontal axe.

double? verticalOffset

The offset in the vertical axe.

Returns
Type Description
Task