07-25-2010 12:34 AM
Hi !
I have a little problem with the table control in CVI.
I have a Panel with a Table that i'm updating it in my test program , the table can show 16 rows at the time while i'm having more then 100 different tests .
While the test executes i'm seeing the first 16 tests while i want to see last 16 tests , i want the scroll bar to jump to end all the time .
do you have any idea how to do that ? is there an option to that ?
thank u .
Solved! Go to Solution.
07-25-2010 01:29 PM
You can use
GetNumTableRows (panelHandle, PANEL_TABLE, &rows);
SetActiveTableCell (panelHandle, PANEL_TABLE, MakePoint (1, rows));