JonHan

Results 12 comments of JonHan

I see similar questions:https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/3065

Sorry, I'll just add to this question. This button is a progress process effect, which uses the following two attributes: materialDesign:ButtonProgressAssist.IsIndeterminate="True" materialDesign:ButtonProgressAssist.IsIndicatorVisible="True" The values of these two properties are both...

thank you for your reply,I uploaded a demo project for this problem: https://github.com/shushu789/DotWPFDemo/tree/master

The problem looks like this: ![wpf301](https://user-images.githubusercontent.com/85976805/215331733-a4927b2f-5017-4417-8709-cffc415d602e.gif)

I just used 3 different machines to test this WPFDemo, the problem still exists (one of the machines is win7), I also sent this Demo sample to other users, the...

Here is my windows system info: Edition Windows 10 Pro Version 21H2 Installed on ‎2022/‎5/‎2 OS build 19044.2364 Experience Windows Feature Experience Pack 120.2212.4190.0 dotnet --list-runtimes Microsoft.AspNetCore.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]...

@nicolaihenriksen First of all, thank you for your attention to this issue. I'm not sure if it's related to the system or the graphics card. I just tried disabling my...

@AndrewKeepCoding @gitjsdr26 Yes, this method does work: `RenderOptions.ProcessRenderMode = System.Windows.Interop.RenderMode.SoftwareOnly; `However, from what I understand, setting the rendering mode to software rendering can potentially lead to a performance drop in...

@AndrewKeepCoding Yes, I just tested your solution, setting the shadow effect to DP0, and it indeed solves the issue. `materialDesignWpf:ElevationAssist.Elevation="Dp0"`

@rainyl I have given up on using this project, and I noticed that the project has not been updated in a long time, and has not responded to these questions....