05-12-2010 07:13 AM
I am adding values to a display table like in the example, but I want the top row to be the newest data for the user to see.
It keeps adding to the bottom, and then the user would have to scrolll down to see all the data. Can I select somehow the most recent data or get the table to auto scroll as data is applied? I have tried shift registers as well but no luck.
Here is my VI
Thanks
Mike
Solved! Go to Solution.
05-12-2010 07:30 AM
05-12-2010 07:32 AM
05-13-2010 10:10 AM
03-08-2011 07:39 AM
How can the scroll bar can be add???
03-09-2011 08:13 AM
Use a scrollbar control. Set its range based on the number of lines in the full list, and thumb size based on the number of lines displayed. Use an event structure to capture changes so you can update the list. Hide the vertical scrollbar on the list itself.