MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.12k stars 3.42k forks source link

Flipper control abnormal display on some graphics cards #2825

Open check1412 opened 2 years ago

check1412 commented 2 years ago

Bug explanation

Normal: 1

Abnormal: 2

Display abnormal graphics cards

Intel(R) UHD Graphics 730 Intel(R) Iris(R) Xe Graphics

If I disable the graphics card, it can display normally.

Environment

vs 2017 .net 4.5.2 MaterialDesignThemes 4.5.0(from nuget) MaterialDesignThemes.MahApps 0.2.2(from nuget) MaterialDesignColors 2.0.6(from nuget)

Erapchu commented 1 year ago

Hello Did you tried it with .NET Core 3.0 or .NET 6? I believe that issue is related to rendering.

Roberto2707 commented 1 year ago

Use RenderOptions.ProcessRenderMode = System.Windows.Interop.RenderMode.SoftwareOnly; when show flipper control. I think it is an issue with some intel graphics cards.