MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
My DialogHost can't take up all the space of the screen. Beyond 1450px in width, the height is reduced in despite of a width already equals to 1920px and height...
When you double click on a cell which has `EditingElementStyle="{StaticResource MaterialDesignDataGridTextColumnPopupEditingStyle}"` defined, the popup appears but there are a few issues: 1) You can't move the cursor using the mouse...
The transition wipe should be able to shuffle slides in various directions such as: ``` enum SlideDirection { Up, Down, Left, Right, UpLeft, UpRight, DownLeft, DownRight } ``` The wipe...
`ClosingEffects` would operate similar to `OpeningEffects` but only occurr when `Visibility` is `Hidden` or `Collapsed` or when control is unloaded. This would also require some more values added to `TransitionEffectKind`,...
Fixes #3613 Moving this particular style under the `TextBox` style was apparently a breaking change for some. This PR moves just that style (and its required converter) back out to...
Potentially fixes #3268 Effectively short-circuits the `SelectionChanged` event from bubbling up from the `Transitioner` when the original source of the event is not the `Transitioner` itself. Please consider if you...
### Bug explanation Button Visibility initial value is "Collapsed",then changed to "Visible",the Indicator is not visible. Modifying the following code can fix the bug  ` Width="{TemplateBinding Width}"` ### Version...
### Bug explanation Application is crashing when I'm trying to use a style based on MaterialDesignCharacterCounterTextBlock. All worked well in 5.0 and below so I don't really know what is...
### Bug explanation ` ` When having `Loaded` event binded to ViewModel's command transitions are not fired. Removing the mentioned binding helps. ### Version 4.9
### Bug explanation question (not bug) I have and app wpf net7.0 with MaterialDesignThemes" Version="5.0.0" I allow users to choose beetwen light and dark basetheme and I am using primary...