-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black flicker on complete window-area when resizing #307
Comments
Does this happen on vertical or horizontal resize? |
This happens on all (8) resizes. |
Here is some more info: Very strange... |
That's strange and i don't think it's caused by the ribbon. |
I did more testing on 8 different systems (all running Windows 7). All showed black flickering on the RibbonWindow when using the default windows 7 theme. But I found out that the flicker is gone when switching to "Classic" theme! None of them shows flickering on default WPF Windows (Or any other application not using fluent ribbon). I am pretty sure this has someting to do with the fluent ribbon. But maybe dependend on the windows version and the graphics hardware? |
Will try to find a windows 7 machine at work and try to reproduce it. WPF depends on the graphics hardware and so does DWM. |
Flicker should be gone as soon as the GlowWindow branch is merged. |
GlowWindow branch + PR merged. This should be fixed now. |
When resizing the window the complete window area is flickering(black) at a high rate. This is very annoying - it renders the library unusable.
The flicker was gone with the 4.0.1(unfortunately the is an issue with the window border in 4.0.1) release but reappered in the 4.0.3 release.
The rate of flickering seems to depends on the content of the window. On an emty window except for the ribbon it flickers 1-3 times per resize. When the window is filled with controls the flickering happens on every frame.
Environment
The text was updated successfully, but these errors were encountered: