MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Google's Material Design in XAML & WPF, for C# & VB.Net.
It seems like when directly inside `ContentControl.ContentTemplate` for some reason the `e.Source` changes from the expected ComboBox/TextBox etc. to the button itself. The `sender` remains to be ComboBox/TextBox. Traced it...
Under a particular set of circumstances involving Material Design in XAML, clicking the header of a `DataGrid` causes WPF to log nine warnings to `PresentationTraceSources.DataBindingSource`. As far as I can...
When trying to "share window" in MS Teams, there is a lot of weird issues with display of dialogs/views with dialoghost. I assume it has to do with rendering of...
the datagrid `MaterialDataGridComboBoxColumn` can't be used with keyboard when i get to the column with my keyboard by pressing "Tab" pressing any key to open the "drop down list" including...
In MaterialDesignTheme.RaidoButton.xaml file, the canvas is large than viewbox, it will cause multi radio button look like oval, not circle. > three radio in uniform grid with 3 columns 