jbooth88
jbooth88
### Bug explanation I have a view model structure (simplified) as follows: ``` public sealed class Parent { public ReadOnlyObservableCollection Children { get; init; } public bool IsSelected { get;...
### Bug explanation I think the attached properties in MaterialDesignThemes.Wpf.ScrollViewerAssist do not apply to the TreeView control. As an example, if I add the following code to the control template...
### Bug explanation The validation error text on the MaterialDesignFloatingHintTextBox (possibly other styles as well, not tested) renders outside of the textbox layout bounding box, causing issues where other controls...
### Bug explanation Some button properties in the new materialDesign:SplitButton control are unable to be changed without overriding the ButtonStyle. For example, altering the font size affects the popup, but...
### Bug explanation I've uploaded a sample project illustrating the issue. When trying to get a WPF window to open a view using DialogHost on initial startup/show, I noticed that...
### Describe the functionality desired 🐞 With the .Sort() method being depreciated there are a couple of rare cases where applying a sort immediately is desired because the properties used...