Skip to content

The Glow border does not follow the window is is used the UseNoneWindowStyle property! #2339

@gigios

Description

@gigios

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions