DataGridScrollCells Method
Scroll cells by specified amount.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public void ScrollCells(
int nCX,
int nCY
)
Public Sub ScrollCells (
nCX As Integer,
nCY As Integer
)
Parameters
- nCX Int32
- Amount of pixels to scroll along X-axis.
- nCY Int32
- Amount of pixels to scroll along Y-axis.