Michel Michels
Michel Michels
@Xaalek The issue is in MaterialDesignDemo.Domain.DemoItem. ```csharp private ScrollBarVisibility _horizontalScrollBarVisibilityRequirement = ScrollBarVisibility.Auto; private ScrollBarVisibility _verticalScrollBarVisibilityRequirement = ScrollBarVisibility.Auto; ``` The default horizontalscrollbarvisibility should be ScrollBarVisibility.Disabled in my opinion. When I set...
> In the old versions of the demo, views was wrapped Old (4.5.0): (...) @Xaalek I fixed it in one of the previous commits.
> @MichelMichels yes feel free to change the default. Thanks! But in the meantime I found out that it's better to leave it this way and change it on specific...
Better late than never I guess. Ready for merging with master!
@Keboo is this okay to merge? I reviewed the demo application and everything is working as before.
This has been implemented. See the buttons page in the demo app for more information.
Closed due to vagueness. Please reopen in the Discussions if still relevant.
Same problem here, reverted to 5.41.0
It seems like the library is trying to load a style which is not present in the used library. I'm thinking this could be a reference to an older version...
Closed due to staleness