Back to Devexpress

PivotGridControl.ScrollToPixels(Point) Method

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

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void ScrollToPixels(
    Point point
)
vb
Public Sub ScrollToPixels(
    point As Point
)

Parameters

NameTypeDescription
pointPoint

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

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace