-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
It seems StickOnMove = true only has effect when the window is being dragged using the default window title bar. In my case, I am using DragMove() to drag my window from anwhere, not just the title bar. Moving the window using that method breaks StickyWindows.
Also, because of the same reason, you'll run into issues when you have a custom title bar (e.g. WindowStyle="None").
Could StickyWindows be improved to enable support for DragMove()? Is there a way to move the window that StickyWindows supports, besides the default title bar?
Reactions are currently unavailable