Skip to main content
A newer version of this page is available. .

DocumentViewerControl.ScrollToHorizontalOffset(Double) Method

Scrolls a displayed document horizontally to the specified offset.

Namespace: DevExpress.Xpf.DocumentViewer

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

Declaration

public virtual void ScrollToHorizontalOffset(
    double offset
)

Parameters

Name Type Description
offset Double

A Double value specifying the horizontal scrolling offset.

See Also