[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.ScrollGrid

ScrollGrid Method

ScrollGrid(int, int)

Scrolls the grid data area by the specified number of rows and columns.

Declaration
public void ScrollGrid(int cols, int rows)
Parameters
Type Name Description
int cols

Number of columns to scroll.

int rows

Number of rows to scroll.