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

### Bug explanation I have a WPF application .net Framework platform and in the Xaml Side, I have changed the Culture as follows: When I use DatePicker, when I click...

bug
Waiting on feedback
evaluation required

### Bug explanation 发生错误后 ColorPicker无法再使用 ### Version 4.8

bug
Waiting on feedback
evaluation required

The FloatingActionDemoCommand does not seem to be triggered from the PopupBox, should it be removed?

demo app

### Bug explanation I submitted an [issue to FanControl](https://github.com/Rem0o/FanControl.Releases/issues/2595) which is, per its developer, related to this project. When using the mouse scroll wheel to change a slider, the value...

bug

**Feature description** The input allows the user to enter tags, distinguished by `enter` or `;` ![image](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/assets/13986296/4eb3283c-8c71-4d56-883a-7591c7c832ff) **Desired specifications** The tags can bind to `ObservableCollection` or raw text `abc; def;`

enhancement
evaluation required

Hover animation not always working ![image](https://cloud.githubusercontent.com/assets/19902865/20059989/48fb48f6-a4f9-11e6-9e20-7f1288d4dce9.png) -------------------------------------------------------------------------------- Also problem with hover animation when Background="{x:Null}"; only ok when hovering the words or the border ![image](https://cloud.githubusercontent.com/assets/19902865/20060032/8077e87a-a4f9-11e6-8a2f-ce9bce1b1358.png) Thanks for all your work on...

bug

Fixes #3700 Fixes #3262 If applying a custom background, the `MaterialDesignOutlinedTextBox` style by default uses the MDIX window background brushes for the "padding" on the hint (used to "erase" some...

### Bug explanation We've been using materialDesign for wpf for a while now but since the last update those TextBox: https://i.sstatic.net/Hlk9BM2O.png That looks like this in our XML: have those...

bug
evaluation required

The placement of the hint is wrong when the `TextBox` is vertically stretched. Original post: --- 2) VerticalAlignment="Stretch" VerticalContentAlignment="Stretch" ![Hint2](https://github.com/user-attachments/assets/73674b67-2cb8-4731-aca2-9ef9bf5262f1) VerticalAlignment="Stretch" VerticalContentAlignment="Top" ![Hint3](https://github.com/user-attachments/assets/1dd9793d-8ce3-4c73-897a-754aa559256c) _Originally posted by @omllmo in https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/3695#issuecomment-2412849061_

bug

### Bug explanation 1) ![Hint1](https://github.com/user-attachments/assets/8b0d6ce8-96a6-4808-b763-e339663ee68a) Сode: ```xaml ``` ---------------------------------------------------------------------------------------------- ```csharp public partial class MainWindow : Window { ObservableCollection list; TestClass testClass; public MainWindow() { InitializeComponent(); } private void Window_Loaded(object sender,...

bug