-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The Glow border does not follow the window is is used the UseNoneWindowStyle property! #2339
Comments
I also have this problem. The glow was working fine before I updated to the very latest version... |
@gigios @Camuvingian the glow is explicit ignored if the |
don't know if this makes sense |
^ /cc @thoemmi what do you think? i think we can delete this check. |
As far as I can see the problem is that I guess removing the check in |
the Glow windows should be also available if UseNoneWindowStyle is true (this means we want a really WindowStyle=None)
I'm playing to simulate the WindowStyle = None behavior, to do this I set some properties in the MetroWindow (UseNoneWindowStyle, IsWindowDraggable).
If my app start with the UseNoneWindowStyle set to false, I can see the TitleBar and I'm able to drag the window with the correct glow effect.
If I change in my ViewModel the UseNoneWindowStyle property (in binding with the Win property) the window hide the TitleBar and I'm not able to drag (because I have also IsWindowDraggable in binding), and this is correct!
If my app start immediately with the UseNoneWindowStyle set to true and IsWindowDraggable to false, the window is not draggable correctly but, when I change my properies in the ViewModel, I'm able to drag the window and to see (not perfectly, but this is another issue) the TitleBar.
The problem is that the glow border does not follow the dragging window!
The text was updated successfully, but these errors were encountered: