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

Pane.ScrollHorizontally(Int32) Method

Scrolls a pane in a horizontal direction.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public void ScrollHorizontally(
    int dx
)

Parameters

Name Type Description
dx Int32

An integer value specifying how much it is necessary to scroll a pane in a horizontal direction.

Remarks

To verify whether it is possible to horizontally scroll a pane, call the Pane.CanScrollHorizontally method before calling the ScrollHorizontally method.

See Also