MaterialDesignExtensions
MaterialDesignExtensions copied to clipboard
Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
This is what it looks like when hitting a breakpoint in vs while `OpenFileDialog` is showing.. 
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...
zh-CN resources, 2 new files.
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`  The issue fixes itself when I resize the window