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

PivotGridControl.ScrollTo(Point) Method

Scrolls the pivot grid to make the specified cell visible at the top left.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public void ScrollTo(
    Point cell
)

Parameters

Name Type Description
cell Point

A Point structure that specifies the coordinates of the cell that should be visible at the top left.

See Also