Automatically Scroll Down/Up Table in LabVIEW

Updated Sep 1, 2023

Reported In

Software

  • LabVIEW

Issue Details

I am using a table in the front panel of my LabVIEW VI, and I want it to automatically show the last rows when more data is entered in the table. What are my options to achieve this?

Solution

You can use a programmatic approach by using the Index Values property of the table, which allows you to set the cell displayed in the top left corner of the table.

Check this example code in the public forums as a reference on how to achieve this: Auto-Scroll to show last row of Table Data.

Additional Information

Refer to Creating Properties and Methods for more information on how to create and use properties of objects in LabVIEW.