MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
Hello Developer Team, I am the author of the GeneralUpdate open source project, which is a cross-platform desktop client upgrade component. I would like to invite your team to contribute...
### Bug explanation When you close a parent dialog which has a nested dialog open, the nested dialog becomes invisible the next time you open the parent dialog, it prevents...
hello i would like to know if it is possible to modify the hours and minutes selection page on a timepicker. For example I would like to be able to...
### Bug explanation Hi, i'm using MaterialDesign's DrawerHost but when i repeatedly open/close the drawer, it generate System.Windows.VisualStateManager+c__DisplayClass12_0 and MS.Internal.FreezableDefaultValueFactory+FreezableDefaultPromoter event handler leak according to dotMemory. here is the simplified...
Fixes #3976 This is a work in progress attempting to align the `TabControl` (scrolling) style with the [MD spec](https://m2.material.io/components/tabs#specs). The PR contains the following changes: * Custom `StackPanel` (currently named...
### Bug explanation The `TabControl`, explicitly the style using the internal MDIX `ScrollingTabControlTemplate`, does not conform to the MD spec with regards to the prefixed space of 52dp. https://m2.material.io/components/tabs#specs There...
**Is your feature request related to a problem? Please describe.** When using the `TabControl` in a setting where the number of tabs may exceed the available width of the `TabControl`...
How do I get the data in a TreeListView control when multiple items are selected?
### Bug explanation After having selected a day in a `Calendar` in a dialog, users have to click twice to close the dialog. It seems like the first click only...
Updates global SDK to 10.0.100, sets C# language version to 14.0, adds or updates target frameworks to net10.0-windows for library and test projects, and configures the CI workflow for .NET...