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

Fix for issue mentioned [here](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/2812#issuecomment-1250587904). Setting `VerticalAlignment=Center` to align with `PART_ClearButton` (default value). This threw me off initially, because the demo application overrides the style for `PackIcon` in Fields.xaml, and...

**Describe the solution you'd like** Looking for a toggle-based password box reveal style. Something similar to [MahApp's revealed password box](https://github.com/MahApps/MahApps.Metro/blob/4bc68c7d37b11827319e5eaba9dfadba9ea6e80d/src/MahApps.Metro/Styles/Controls.PasswordBox.xaml#L340). MahApps seems to require mouse-down to reveal. I believe the...

enhancement

https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/65c80dadef263a3c54cadb71b9b0237c3ac44b47/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Calendar.xaml#L667-L679 Since line 669 is bound to MaterialDesignCalendarItemPortrait it is not possible to overwrite this with the following code: The changes in this PR addresses this issue

Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.2.0 to 4.3.0. Release notes Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Changelog Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's...

dependencies
.NET

[###]([url](![Untitled](https://user-images.githubusercontent.com/35727427/190896189-448f4cbc-5458-4071-9505-6255a34ef85e.png))) Bug explanation I had a problem while I was using a text box in "MaterialDesignOutlinedTextBox" style in my program. it works okay when I using left to right flow...

bug
evaluation required

### Bug explanation ```xml ``` ``` System.Windows.Data Error: 4 : Cannot find source for binding with reference 'ElementName=PART_HeaderCard'. BindingExpression:Path=Foreground; DataItem=null; target element is 'ContentPresenter' (Name='PART_SelectedContentHost'); target property is 'Foreground' (type...

bug
evaluation required

### Bug explanation I have a view model structure (simplified) as follows: ``` public sealed class Parent { public ReadOnlyObservableCollection Children { get; init; } public bool IsSelected { get;...

bug
evaluation required

I have a UserControl with a ViewBox inside. I don't know why but in dark mode, some graphic artifacts appear when I move my mouse over them https://user-images.githubusercontent.com/54487782/116099068-e36b2380-a6ab-11eb-9093-8e60a94b9d62.mp4 I've tried...

bug

### Bug explanation Hi, My WPF app is set to startup at Windows launch, when it opens it checks if the end user has added their credentials, and if not...

bug

**Is your feature request related to a problem? Please describe.** This will remove a lot of boiler-plate code from the project, make the DP code multi-platform, making it easier to...

enhancement
evaluation required