02-21-2011 10:57 AM
Hi all,
Tree control have default behavior that expand/ collapse item when double click event occurs on parent item.
How do I to avoid this behavior to use custom double click event without open close nodes?
Thanks,
regards
Solved! Go to Solution.
02-22-2011 05:10 AM
Hi,
I was not able to disable the default event however I realized a VI that could be useful for you.
I've used a method to force all the tree items to be collapsed.
Take a look at the attached image.
Regards,
Alex
03-14-2011 05:08 AM
Thanks but I found solution filtering open item/close item events like in picture.
Regards