LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table control changing number of rows visualy displayed

I have a table control with 7 rows (1 header and 6 data rows) as the default setup within a strict type def. The user interactively adds data in the rows. When the user gets to the last row I would like to add another row, show this and adjust the vertical scroll bar. This can be done by the user hitting + but I would prefer this to be done programatically. I can't seem to find the right properties in the property node to do this, is this possible.
Cheers,
Wayne
0 Kudos
Message 1 of 3
(2,747 Views)
Here is a little VI that adds a row to a table and adjusts the vertical scroll bar of the table.
The property used should be "EditPos". I've got a french version of LV6.1 so I don't know exactly the name used for this property.
Hope this helps. Feel free to correct me if I'm wrong.

Julien
0 Kudos
Message 2 of 3
(2,747 Views)
Thanks Julien, the only thing I wasn't doing was actually puting blank data into the array as well.
0 Kudos
Message 3 of 3
(2,747 Views)