06-08-2005 09:36 AM
06-08-2005 10:11 AM
06-09-2005 08:11 AM
11-14-2022 09:51 AM
Just an addition, a comment: I came across this old topic today because I searched for an auto-scroll solution for a table. The one offered here works in the example VI, but the same thing reconstructed in my code didn't because the row values would start up with negatives. The table in the example VI seems to cope with negative row values. In my code I've added a table from the "System" controls and it would always complain about negative row values.
My solution was to only start setting the index values property when the number of filled rows in the table would exceed the defined table height.