jbooth88

Results 6 issues of 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
evaluation required

### 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
up-for-grabs

### 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
evaluation required

### 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

### 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...

bug
evaluation required

### 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...