Hello,
Is it possible to expand/collapse a tree view form with the left- and right-arrow key (like in windows explorer) in stead of clicking it with your mouse?
I tried creating a button with a shortcutkey that does the expanding/collapsing. Problem is that the shortcutkey does not allow anything else than the function keys.
Thanks,
Erwin
0
Answers
The only hack I can even think of is somehow monitoring the OnActivate and OnDeactivate triggers, but even then mouse clicks would have the same effect.