0
votes

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

1 Answers

0
votes

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 .