You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IsTabStop=false solves the annoying useless tabStop on the outer part of the control. However when you programmatically focus the NumericUpDown control, it is the outer control that gets the focus, not the textbox part which in my opinion should be the default.
corvinsz
added a commit
to corvinsz/MaterialDesignInXamlToolkit
that referenced
this issue
Aug 22, 2024
Bug explanation
When trying to focus the
NumericUpDown
control via tab (or shift+tab) theTextBox
is not focused, but rather the entire control itself:Version
5.1.0
The text was updated successfully, but these errors were encountered: