12-31-2023 05:29 PM
Want to be able to scroll the data below the first row however column names to remain fixed?
Can it be done?
12-31-2023 07:32 PM
Achieve something like Freeze rows in LabVIEW? yes but not using a 2D array indicator as your headers are part of the data.
Table, Tree, and Multicolumn list box (MCL) have headers that are stationary while the content can be scrolled.
01-01-2024 08:34 AM
I see what you mean...
Thank you...
01-01-2024 11:29 AM
If the column headers never change, you can just type them in manually. If you want to write them programmatically, write to the property node whenever the column headers change:
01-02-2024 11:58 AM
Very clear thank you