LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

drop through right click on LabVIEW Tree

Solved!
Go to solution

I have a LabVIEW Tree control on my front panel and I would like to allow the user to select an item on the tree with a right click. I believe it's called right click drop through, but I can't find any information on it. Is it possible to do this?

Jim Haas
0 Kudos
Message 1 of 2
(2,328 Views)
Solution
Accepted by topic author JHaas

One way to do this would be to use the Tree:Mouse Down? filter event case.  Wire a '1' constant to the Button Output Data Node and all clicks will be treated as a left-click.

Message 2 of 2
(2,320 Views)