Steven's Dev Blog
Tips to remind for the FUTURE.
Thursday, April 14, 2011
Set Window on top of others
The correct way to implement a modal window is by setting
this
.Owner =
Application
.Current.MainWindow;
in the XAML, and show the dialog by using DialogName.ShowDialog();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment