Back to Devexpress

PivotGridControl.ScrollTo(Point) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-scrollto-x28-system-dot-drawing-dot-point-x29.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void ScrollTo(
    Point cell
)
vb
Public Sub ScrollTo(
    cell As Point
)

Parameters

NameTypeDescription
cellPoint

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

|

See Also

MakeCellVisible(Point)

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace