LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to highlight common item from two list boxes

Hi All,
I have generated 2 list boxes (listbox1 & listbox2) by parsing two simillar.csv files.In runtime if i click one item from listbox1 then similar item
 
from listbox2 is to be highlighted and selected .Can this be done by mouse click events? Please suggest the correct method to do this
 
I  have attached my application for reference .
 
Thanks
Ajesh
 
0 Kudos
Message 1 of 2
(2,393 Views)

Hi Ajesh,

you can simply add a property node of the listbox2 in your value change event of listbox1. Use the value property and connect the value from listbox1 to the value from listbox2.

Mike

0 Kudos
Message 2 of 2
(2,392 Views)