DataGridScrollCells Method

Scroll cells by specified amount.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public void ScrollCells(
	int nCX,
	int nCY
)

Parameters

nCX  Int32
Amount of pixels to scroll along X-axis.
nCY  Int32
Amount of pixels to scroll along Y-axis.

See Also