You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!