lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.04k stars 667 forks source link

Windows Flickering on dark mode - win10 #1060

Closed lhodhy closed 2 months ago

lhodhy commented 2 months ago

Describe the bug

The window will flicker on resize and maximize/restore on dark mode. There's a work around on version 2.1.0 which is AllowsTransparency="True" but this won't work on 3.0.4 because you can't set the window style to none. Is there any work around for this before migrating to v3?

To Reproduce

Run the Demo/Gallery App and try to resize, maximize/restore.

Expected behavior

no flickering

Screenshots

No response

OS version

Windows 10

.NET version

.net8

WPF-UI NuGet version

3.0.4

Additional context

No response

pomianowski commented 2 months ago

Window style none is not supported for FluentWindow