Skip to main content
All docs
V25.2
  • ON

    DXScrollView.ScrollTo(Double, Double, Boolean) Method

    Scrolls the DXScrollView content to the specified position.

    Namespace: DevExpress.Maui.Core

    Assembly: DevExpress.Maui.Core.dll

    NuGet Package: DevExpress.Maui.Core

    Declaration

    public void ScrollTo(
        double x,
        double y,
        bool animated = false
    )

    Parameters

    Name Type Description
    x Double

    Specifies the current scroll position in horizontal direction.

    y Double

    Specifies the current scroll position in vertical direction.

    Optional Parameters

    Name Type Default Description
    animated Boolean False

    Indicates whether the scroll action is animated.

    See Also