LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to drag and drop text from one listbox to another

I have a listbox of options(text) and would like to drag and drop each selection into a new listbox, one at a time. Then programatically highlight the selections in the new listbox as events happen.
0 Kudos
Message 1 of 3
(3,006 Views)
Hello Zoltan,

I do not believe that kind of option is built into the listboxes, but I was able to have similiar functionalities using property nodes. I have included an example program that I put together.

The big difference is that instead of dragging, you double click on the item you want to transfer. To highlight items as you go down the list, all you need to do is set the value to that list number.

Hope this helps you out!
0 Kudos
Message 2 of 3
(3,006 Views)
Thanks Phil! I ended up using the double click function. It works well.
THX
Zoltan
0 Kudos
Message 3 of 3
(3,006 Views)