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 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
Waiting on feedback

### 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
evaluation required

### 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);...

bug
up-for-grabs

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
evaluation required

### 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...

bug

add RadioButton and CheckBox custom foreground.

visual breaking change
evaluation required

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 ![tabControlPre](https://github.com/user-attachments/assets/42558df8-bb35-4278-a320-93f73c1d5ef9) ## 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...