How can I display a popup window on top of the parent window when a button is clicked? I have tried using the Window.Focus()
method, but the popup window keeps going back behind the parent window.
I would greatly appreciate any help on this. Thank you in advance.