MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
### Bug explanation ### Bug detail `System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:(no path); DataItem=null; target element is 'VisualBrush' (HashCode=25747420); target property is...
### Bug explanation  Issue: I'm using WPF with MaterialDesign in XAML, and I've encountered an issue with the Drawer component. Sometimes, the drawer MVVM does not display at all....
### Bug explanation I built a modern log interface for legacy chat software and use MaterialDesign to theme everything. I'm using the MaterialDesign Richtextbox style and when I try and...
### Bug explanation I've uploaded a sample project illustrating the issue. When trying to get a WPF window to open a view using DialogHost on initial startup/show, I noticed that...
### Bug explanation Lots of errors occurs when sliding the datagrid scrollbar. *like: 14:45:19:102 System.Windows.Data Error: 4 : Cannot find source for binding with reference '**RelativeSource FindAncestor**, AncestorType='System.Windows.Controls.**DataGridRow**', AncestorLevel='1''. BindingExpression:Path=Foreground;...
Request: Improve the mouseover visual feedback for the TabControl. When hovering over an unselected tab, I propose the following enhancements: - Highlight the tab to indicate it is interactive. -...
Google has release Material Design 3. The intent here is to outline the needed work to support it in this library. You can find the latest details [here](https://m3.material.io/). All of...
Text in NumericUpDown should be able to be formatted to represent currency for example or to format the number of decimal places in DecimalUpDown. Ideally a StringFormat gets added as...
### Bug explanation I don't expect this to be able to be addressed by wanted to log this issue in case anyone else sees anything like it. I'm not sure...
Right now the [Getting Started](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit#-getting-started) section in the README is a bit outdated. People who are just getting started with this library are not likely to have all of the...