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?
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.