WPF giving maximize,minimize,resize control to child window

666 Views Asked by At

Hosting a child window from different process into my WPF application. Parent window has WindowStyle = "None". I want to give control for resize & move to the child window i.e. parent window will maximize, minimize, close, move, resize corresponding to the child window operations.

1

There are 1 best solutions below

0
On

For each control you can set under Properties

Layout Anchor -> Top, Bottom, Left, Right

this will fit your control to the child : Windows Form , Tabs, etc .