I have noticed that when I select tree node if space is clicked the selected node gets opened… how could I remove this event?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t look like there’s a way to prevent the event and if there is one I’m not sure it’s wise since the Tree’s keyDownHandler does a little bit more than just opening the node.
I solved it by creating a custom Tree. Sadly I had to copy a few lines of code from the Tree’s keyDownHandler.