Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
AfterSelect not fired in UltraTree
posted

I got weired problems for UltraTree control:
The AfterSelect event can be fired up when I press Home/End/PageUp/PageDown key in Keyboard, but there is no response for the Up/Down/Left/Right arrow key. Any thoughts?

Thanks

 

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I tried this out and the arrow keys work just find for me. Perhaps something in your code is causing this.

    If you use the arrow keys while holding the CTRL key, then the nodes will not be selected. The ActiveNode will change, though, so you could use AfterActivate instead of AfterSelect.