LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controls in MultiColumn Listbox

Hi everyone,

 

I've found an example online of how to select a row and place a checked box beside it  in another column for a listbox.  I see how they used the properties of the listbox but I don't see these properties for the multicolumn listbox.  Could anyone show me an example of how to do this for a multicolumn listbox?  I thought it would have been very similar.

 

 

0 Kudos
Message 1 of 6
(3,653 Views)

It's done in the same manner. 

Example_VI_BD.png

aputman
0 Kudos
Message 2 of 6
(3,638 Views)

My code changes the symbol when the row is selected, no matter where the mouse was clicked on the item.  The code you posted only changes the symbol when the mouse is clicked on the symbol itself.  This is accomplished using an invoke node for the MCListbox with the method Point to Row Column selected.

aputman
0 Kudos
Message 3 of 6
(3,621 Views)

Thanks for your help!  How do you select the row, though?

0 Kudos
Message 4 of 6
(3,621 Views)

Ah sorry, I missed your second reply!  Thank you very much.

0 Kudos
Message 5 of 6
(3,619 Views)

Right click the control on the front panel and look at selection mode settings.

aputman
0 Kudos
Message 6 of 6
(3,617 Views)