MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

Google's Material Design in XAML & WPF, for C# & VB.Net.

Results 264 MaterialDesignInXamlToolkit issues
Sort by recently updated
recently updated
newest added

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...

bug
Hacktoberfest
dialoghost

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...

bug
up-for-grabs
datagrid

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...

enhancement
up-for-grabs
transitions

`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`,...

enhancement
up-for-grabs
transitions

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 ![image](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/2361234/ff7b06f7-1751-4cd1-aefd-a0eaa50db98c) ` Width="{TemplateBinding Width}"` ### Version...

bug
evaluation required

### 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

### Bug explanation ` ` When having `Loaded` event binded to ViewModel's command transitions are not fired. Removing the mentioned binding helps. ### Version 4.9

bug
Waiting on feedback
evaluation required

### 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...

bug
evaluation required