Replies: 1 comment
-
Yes, you can. In the WindowsDialog.xaml, whatever you named it, add a PreviewKeyDown event, and the function will look like this. ''' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the question states... I have a dialog with Textboxes that uses enter to trigger an event. Hitting enter within a dialog triggers as if you hit the "primaryButton" and closes the dialog.
Is it possible to disable this functionality without disabling using the enter key all together?
Beta Was this translation helpful? Give feedback.
All reactions