Hi,
here's one solution - I find out the total number of rows and set the first visible line to this. This won't scroll the table so there's only one line visible though, but simply take the table and scroll it until the last line is at the bottom of the table.
int totalRows;
GetNumTableRows (panelHandle, PANEL_TABLE, &totalRows);
SetCtrlAttribute (panelHandle, PANEL_TABLE, ATTR_FIRST_VISIBLE_ROW, totalRows);
Hope that helps
S.
// it takes almost no time to rate an answer