LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I reset a scroll bar in a table?

I have a table that fills up and the scroll bar becomes active in my application. When I start the test over I want to automatically go back to the top of the table as if I scrolled up using the scrollbar. Is there any way to do this? I have been messing with the property nodes and can't seem to find a solution. I am already emptying the table on startup but I cannot get the scroll bar to go back up to the top of the table to see the first few lines of data without doing it manually.
0 Kudos
Message 1 of 3
(3,432 Views)
Use the "Index Value" property. It is the (Row, Col) index of the cell to be displayed in the top left corner of the table.
=====================================================
Fading out. " ... J. Arthur Rank on gong."
Message 2 of 3
(3,426 Views)
As soon as I sent this I thought of another way to do it and it worked. I created a property node of the table and wired a two dimensional empty array to it in the first frame.
0 Kudos
Message 3 of 3
(3,425 Views)