punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

Need advice, moving ChildWindow within mother's one. #108

Closed DeputyOfCopyPaster closed 4 years ago

DeputyOfCopyPaster commented 4 years ago

sample Hello, As far as I remember a movement of ChildWindow is limited by so-called "Root-grid". Am I correct? So, my question is, is it possible to move ChWindow a little upper, for example, over the mother window titlebar? If it is so, what should I do to get this behaviour?

As it is shown on the example of third-party application.

DoC

punker76 commented 4 years ago

@DeputyOfCopyPaster No, that's not possible in an easy way. If you use MahApps then you can try to override the MetroWindow default window style and re-span the Grid where the dialogs and child windows are shown.