03-06-2013 09:33 AM
Hello there!
I'm evaluating the LabVIEW and trying to make some simple measurements. Now I have a table indicator that contains about 50-60 frequency values. I need to calibrate for each frequency, and I want to highlight each table row. Well, I use property nodes SelStart and SelSize, and it's working fine while the selected row is visible. But I have only about 20 rows visible, and in order to see the rest I need to scroll the table down. How to change the scroll position programmatically? Or maybe you can suggest better way of highlighting rows?
Solved! Go to Solution.
03-06-2013 12:15 PM
Found the solution: the property node IndexVals sets the numbers of the Row/Column to be displayed in the upper left corner of the table indicator.
Kudo goes to AndrewAlford for his reply in this topic:
http://forums.ni.com/t5/LabVIEW/Highlight-a-row-in-table/m-p/320036#M165245