05-11-2017 11:02 AM
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.
05-11-2017 11:20 AM
It's done in the same manner.
05-11-2017 11:28 AM
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.
05-11-2017 11:28 AM
Thanks for your help! How do you select the row, though?
05-11-2017 11:29 AM
Ah sorry, I missed your second reply! Thank you very much.
05-11-2017 11:29 AM
Right click the control on the front panel and look at selection mode settings.