[]
        
(Showing Draft Content)

C1.Blazor.Core.C1ScrollViewer.ChangeView

ChangeView Method

ChangeView(double?, double?)

Scrolls to the specified horizontalOffset and verticalOffset position.

Declaration
public void ChangeView(double? horizontalOffset, double? verticalOffset)
Parameters
Type Name Description
double? horizontalOffset

The offset in the horizontal axe.

double? verticalOffset

The offset in the vertical axe.