MaterialDesignExtensions icon indicating copy to clipboard operation
MaterialDesignExtensions copied to clipboard

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps

Results 82 MaterialDesignExtensions issues
Sort by recently updated
recently updated
newest added

This is what it looks like when hitting a breakpoint in vs while `OpenFileDialog` is showing.. ![image](https://user-images.githubusercontent.com/36730723/184344678-4e06be2b-0785-40a0-a238-59c9498f3b89.png)

Hi, The OpenFileDialog is great, I would like to ask for a couple of features: 1. Change Display mode from List to icons/cards (2-3 items per row) 2. Sorting the...

hi!, how can i style the scrollbar of the side navigation ? thank you

Hi, To reproduce the issue, just modify and add these lines in MaterialDesignExtensionsDemo/MainWindow.xaml.cs: > new FirstLevelNavigationItem() { Label = "Oversized number spinner **(2)**", NavigationItemSelectedCallback = item => new OversizedNumberSpinnerViewModel(**2**) },...

Hello, Actually, I posted the problem in the title. The foreground color of the textblock elements inside the TabControl does not change. I couldn't find the source of the problem.

Building any of the default (demos in particular), I received tons of these errors. I just want to use and populate a navrail

I use two ObjectDataProviders in my application based on this project (which I think is a great project) to change the usage language without leaving the runtime. Everything goes well,...

Let's say I use the following IAutocompleteSource implementation : ``` public class TestClass : IAutocompleteSource { public ObservableCollection ItemsLst { get; set; } public IEnumerable Search(string searchTerm) { searchTerm =...

I have an issue when I apply `SizeToContent="WidthAndHeight"` and `WindowStyle="ToolWindow"` on a `MaterialWindow` ![image](https://user-images.githubusercontent.com/54487782/155119070-e0740aa6-94db-4642-b5c4-0ee9046cf61c.png) The issue fixes itself when I resize the window