Skip to main content

PivotGridControl.ScrollToPixels(Point) Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public void ScrollToPixels(
    Point point
)

Parameters

Name Type Description
point Point

A System.Drawing.Point structure that specifies the coordinates that should be visible at the top left.

See Also