In the properties for the parent window I set WindowStatupLocation=CenterScreen
In the properties for the Child window I set WindowStatupLocation=CenterOwner
on the button click in the parent window if i show child window, the child window position is not center owner.
Is this is a bug in WPF or I am doing something wrong?
You have to set the owner of the child window to the parent window.