Back to Devexpress

Data Scrolling and Navigation

wpf-18049-controls-and-libraries-pivot-grid-end-user-interaction-data-scrolling-and-navigation.md

latest1.7 KB
Original Source

Data Scrolling and Navigation

  • Aug 21, 2018
  • 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.

ShorcutEffect
ARROWMoves focus to the neighboring cell.
TABMoves focus to the next cell.
PAGE DOWNMoves focus one page down in the current column.
PAGE UPMoves focus one page up in the current column.
HOMEMoves focus to the first cell in the current row.
ENDMoves focus to the last cell in the current row.
CTRL + HOMEMoves focus to the first cell in the current column.
CTRL + ENDMoves 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.

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.