Skip to main content

Data Scrolling and Navigation

  • 2 minutes to read

The Pivot Grid control provides end users with the capability to navigate through data cells using keys or vertical and horizontal scroll bars.

The following table contains common keyboard shortcuts that can be used to move focus between cells.

Shorcut Effect
ARROW Moves focus to the neighboring cell.
TAB Moves focus to the next cell.
PAGE DOWN Moves focus one page down in the current column.
PAGE UP Moves focus one page up in the current column.
HOME Moves focus to the first cell in the current row.
END Moves focus to the last cell in the current row.
CTRL + HOME Moves focus to the first cell in the current column.
CTRL + END Moves focus to the last cell in the current column.

Scrolling with context menu

You can scroll pivot grid data using the vertical and horizontal scroll bars or system scroll bar context menu. To invoke the menu, right-click the scroll bar.

WPFPivotGrid-ScrollingContextMenu

Scrolling Mode

The Pivot Grid control supports two scrolling modes: ScrollingMode.Pixel and ScrollingMode.Line. The default is Pixel. This mode allows end-users to scroll data columns/rows smoothly, on per-pixel basis. In the Line scrolling mode, rows and columns are scrolled on a ‘record-by-record’ basis.

To specify the scrolling mode, use the PivotGridControl.ScrollingMode property.