LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

moving the vertical scrollbar in a table

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(6,596 Views)
Solution
Accepted by topic author Marty_H

See attached...

 

Dan

Dan
CLD
Message 2 of 4
(6,592 Views)

You can make use of the property "Index Vals" and write a new value to the Table as shown below

 

 

Regards
Guru (CLA)
0 Kudos
Message 3 of 4
(6,583 Views)

You can make use of the property "Index Vals" and write a new value to the Table as shown below

 

 

Regards
Guru (CLA)
Download All
0 Kudos
Message 4 of 4
(6,583 Views)