LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to scroll list box vertically programatically?

How to scroll list box vertically programatically?
As the test loads data into list box or multicolumn listbox and when it is full, it automatically scrolls down to see more incoming data. So how do we do that?
0 Kudos
Message 1 of 2
(5,521 Views)
Hi,
to scroll the listbox programmatically you can use its properties "Number of Rows" which returns the number of visible rows in the listbox, and "Top Row" which returns the index of item located in the top row of the listbox.
As for the muticolumn listbox you can use its properties "Num Columns" "Num Rows" "Top Left Cell".

Good luck.

Oleg Chtuko.
Message 2 of 2
(5,520 Views)