MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

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

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

I tried Styling Outlined TextField but I can't bypass Hint Assist Background : ``` ```

bug
evaluation required

When a value is set for BorderThickness, the TextBox changes its size when the mouse is over. If I remove BorderThickness and leave the default value for the style, this...

bug
evaluation required

I'm trying to change the size of my ComboBox border in the TextBox, I just set a BorderThickness value and it will be applied in the normal TextBox, IsMouseOver and...

bug
evaluation required

Have some of you seen this before? Version 3 ![image](https://user-images.githubusercontent.com/8388239/84025324-4021fa80-a983-11ea-99be-f79a61ad21e8.png)

bug
evaluation required

### Bug explanation when a userControl is added with xaml directly, the validation rules used inside the UC works just fine, but when the same UC is loaded via binding...

bug
evaluation required

### Bug explanation When I click twice on a field, its entire row becomes grey and my clicks on the field are ignored (can't edit the value), until I click...

bug

### Bug explanation ## Summary I have a ProgressBar contained in a mdix Card that have corner radius set. Starting from v4.3.0, I've noticed that the ProgressBar now visually overflows...

bug
evaluation required

```c# ``` ![2022-01-29_13-09-42](https://user-images.githubusercontent.com/35869804/151648365-621a982a-16ab-4f3c-b119-0ef56b3a4731.gif) ![2022-01-29_13-08-51](https://user-images.githubusercontent.com/35869804/151648371-9e3ecb65-3cdb-41f0-9d8f-4e1af126673a.gif) The ProgressBar keeps scaling even if I specified the size of Grid and ProgressBar (as the code above) ### Environment VS 2019 .NET 5.0 MaterialDesignThemes 4.3.0(from...

bug
evaluation required

Error message for `MaterialDesignOutlinedTextBox` should has same margin/padding as `HelperText`. ![helper-text](https://user-images.githubusercontent.com/41156511/158069693-2124370f-4597-42f7-81d3-04b23e3f946c.png) ![validation-error](https://user-images.githubusercontent.com/41156511/158069535-ceb2ec9c-b1f3-461e-8b7d-487371a49dcf.png) ``` ``` Side note: I think that the issue is connected with PR https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/pull/2217 that fixed the padding...

bug
up-for-grabs

Reproduction: - start MaterialDesignDemo app from the Demos folder in the solution - switch to Cards view and check color of the Flipper and its child ColorZone being violet and...

bug
Hacktoberfest