11-18-2010 04:52 AM
Hi
In my VI the front panel has a table of results with the vertical scrollbar visible. While the program is running a performing a test, I am inserting a row each time of the result captured. The row is inserted at the bottom, and when all the visible rows are populated you cannot see the last result. What I want to do is either focus on the last row to move the vertical scrollbar or programmatically move the scrollbar itself. Can this be done? If not, what is the property node I need to display the last row of a table. I have inserted the data at the top of the table, but this is not really what standard application programs do!
Thanks
Martin
Solved! Go to Solution.
11-18-2010 04:57 AM
See attached...
Dan
11-18-2010 05:09 AM
You can make use of the property "Index Vals" and write a new value to the Table as shown below
11-18-2010 05:09 AM
You can make use of the property "Index Vals" and write a new value to the Table as shown below