Is it possible for the DialogWindow control to function in the same way as a MessageBox in WinForms. Currently when you call the Show() method, the next line of code is executed.
I would like to have a sequential flow where the result of the dialog window is recieved before the next line of code is executed.
Unfortunately that is not something that is going to be achievable with the DialogWindow.