WPF - Set dialog window position relative to main window?
- by empo
I'm just creating my own AboutBox and I'm calling it using Window.ShowDialog()
How do I get it to position relative to the main window, i.e. 20px from the top and centered.
Thanks.