The custom shortcut keys are intercepted by the default shortcut keys of the control

Charts for WPF Forum

Posted 2 years ago by Sunshine - Appeon
Version: 22.1.0
Avatar

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?

Comments (1)

Posted 2 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.