I want to create a Parent form and a Child form in WPF.
Parent Form - Window1.xaml
Child Form - Window2.xaml
When i drag or minimize my parent , child also should move with parent.
How can i do this ?
I want to create a Parent form and a Child form in WPF.
Parent Form - Window1.xaml
Child Form - Window2.xaml
When i drag or minimize my parent , child also should move with parent.
How can i do this ?