![Avatar](https://secure.gravatar.com/avatar/bc61f0b04a404579830ee91c72458904.jpg?s=64&d=identicon&r=g)
I have set Alt+Enter shortcut on TreeListBox to trigger my command.
But I found that it seems that this operation directly responds to the expansion operation of TreeListbox. How should I deal with this situation?
I have set Alt+Enter shortcut on TreeListBox to trigger my command.
But I found that it seems that this operation directly responds to the expansion operation of TreeListbox. How should I deal with this situation?
Hello,
Do you set e.Handled = true in your key handler when you trigger the command? We don't process keys in OnKeyDown when e.Handled has been set.
Please log in to a validated account to post comments.