MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
### Bug explanation Hello everyone. I am using DatePicker and set Width=300 but the icon not align at right corner of the textbox. Please help me this bug thank you!...
### Bug explanation System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:(no path); DataItem=null; target element is 'VisualBrush' (HashCode=4839561); target property is 'Visual' (type 'Visual')...
### Bug explanation I am currently having a lot of binding errors. For example: ```System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.FrameworkElement', AncestorLevel='1''. BindingExpression:Path=(0);...
This adds a DP called `SelectedItems` to the `TreeListView` control. There was a small hurdle to overcome, because of the `TreeListView`s impl., which adds (when expanding) and deletes (when collapsing)...
### Bug explanation When using TabPanel, the TabControl elements are not displayed in two rows when the window is scaled down, as it works in a standard WPF window. Standart...
### Bug explanation It seems that specifically following commit #3616 to change the default ShadowAssist CacheMode behaviour, I find the performance of our WPF app to be a lot slower...
add RadioButton and CheckBox custom foreground.
fixes #3802 - Sets the `Cursor="Hand"` when hovering over a `TabItem` - Added the same "hover effect" to `TabItem` which any normal `Button` has ## Current behavior  ## New...
Initially I "just" wanted to implement a fullscreen dialog, but I asked myself "why stop here?" Here are a few thoughts/changes to explain this PR: - To not clutter the...