Hello AL,
Instead of disabling the scrollbar, you can write your text to the table, then set the visible line to the last line of the table.
For example:
int totalRows;
GetNumTableRows (panelHandle, PANEL_TABLE, &totalRows);
SetCtrlAttribute (panelHandle, PANEL_TABLE, ATTR_FIRST_VISIBLE_ROW, totalRows);
Hope that helps.
Wendy L
LabWindows/CVI Developer Newsletter