Search:
|
Browse by category:
|
| | | |
|
Problem
How can I programmatically position the current cell?
Cause
Action
You can position the current cell directly to a give row and column with:
- SetCurrentCell(nRow, nCol);
Or you can move the current cell in a given direction with:
- MoveCurrentCell(direction, nCount);
Whereas direction can be one of:
- GX_UP - move up
- GX_DOWN - move down
- GX_LEFT - move left
- GX_RIGHT - move right
nCount specifies the number of cells to jump.
Prev | Next | |
Objective Grid: Using CGXPrintDevice with scroll views | Objective Grid: Preventing text display at the bottom of the... |