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