Well... you can scroll the contents of the table by specifying a row offset and column offset. You can also size the grid area such that the table contain a fixed number of rows and columns. (If your rows and columns are not all the same size, that will be taken into account...). The relevant attributes are:
ATTR_FIRST_VISIBLE_ROW
ATTR_FIRST_VISIBLE_COLUMN
ATTR_NUM_VISIBLE_ROWS
ATTR_NUM_VISIBLE_COLUMNS
Is this what you were looking for?
Luis Gomes
NI