Corvin
Corvin
### Bug explanation When trying to focus the `NumericUpDown` control via tab (or shift+tab) the `TextBox` is not focused, but rather the entire control itself:  ### Version 5.1.0
set IsTabStop to False on the default NumericUpDown control style
Handle pressing shift and tab to move to the previous element. Even though it's breaking consistency, I intentionally decided against nesting the logic in multiple switch-case statements due to readability....
Added german language
I added a `Card` showcasing the linked bug in the demo app (make sure to remove it if this PR gets merged). When removing the `Background="{TemplateBinding Background}"` of the nested...
### Bug explanation When using a `PackIcon` inside of the header of a `TabItem`, the PackIcons foreground is initially not set correctly. Once you switch the tabs the foreground fixes...
GitHub Issue (If applicable): - ## PR Type What kind of change does this PR introduce? - Refactoring (no functional changes, no api changes) ## What is the current behavior?...
In one of my apps I needed a RichToolTip and I noticed the demo app doesn't have a page to showcase Tooltips. This PR: 1. adds a showcase of how...
This adds a DP called `SelectedItems` to the `TreeListView` control. There was a small hurdle to overcome, because of the `TreeListView`s impl., which adds (when expanding) and deletes (when collapsing)...
fixes #3802 - Sets the `Cursor="Hand"` when hovering over a `TabItem` - Added the same "hover effect" to `TabItem` which any normal `Button` has ## Current behavior  ## New...