Skip to main content

DocumentViewerControl.ScrollToVerticalOffset(Double) Method

Scrolls a displayed document vertically to the specified offset.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public virtual void ScrollToVerticalOffset(
    double offset
)

Parameters

Name Type Description
offset Double

A Double value specifying the vertical scrolling offset.

See Also