MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
### 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 explanation 发生错误后 ColorPicker无法再使用 ### Version 4.8
The FloatingActionDemoCommand does not seem to be triggered from the PopupBox, should it be removed?
### 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...
**Feature description** The input allows the user to enter tags, distinguished by `enter` or `;`  **Desired specifications** The tags can bind to `ObservableCollection` or raw text `abc; def;`
Hover animation not always working  -------------------------------------------------------------------------------- Also problem with hover animation when Background="{x:Null}"; only ok when hovering the words or the border  Thanks for all your work on...
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...
The placement of the hint is wrong when the `TextBox` is vertically stretched. Original post: --- 2) VerticalAlignment="Stretch" VerticalContentAlignment="Stretch"  VerticalAlignment="Stretch" VerticalContentAlignment="Top"  _Originally posted by @omllmo in https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/3695#issuecomment-2412849061_
### Bug explanation 1)  Сode: ```xaml ``` ---------------------------------------------------------------------------------------------- ```csharp public partial class MainWindow : Window { ObservableCollection list; TestClass testClass; public MainWindow() { InitializeComponent(); } private void Window_Loaded(object sender,...