LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I programatically "select" a row in a Multicolumn Listbox (i. e., simulate operator selecting a row)?

I know how to make a cell active and visible...all that stuff.
What I want is this, for example: I want to set the background color of the programatically selected row to x and then make it visible AND SELECTED.
For instance to find and show the next error in a "list" stored in cells/rows of a multicolumn list box.
I'd be just as happy if I could force number of allow selected rows to 0 (not 0 or 1, etc.)
0 Kudos
Message 1 of 3
(3,311 Views)
Hello,

Just give the number of the row yoiu want to select to the value of the listbox.
See example attached:

Hope it helps,
Paulo
Message 2 of 3
(3,305 Views)
Well, duh, of course! I knew that; I guess I'd just forgotten! Thanks a million! :-)> Roger
0 Kudos
Message 3 of 3
(3,299 Views)