How to make ChildWindow blocking
问题 The ChildWindow is a modal window, but it does not block. Is there any way to make it blocking? I basically want a ShowDialog() method that will call ChildWindow.Show() but then not return until the user has closed the ChildWindow. I tried using Monitor.Enter() to block after ChildWindow.Show(), but the ChildWindow never rendered and the browser just hung. Anyone have any ideas? 回答1: I don't believe it supports that behavior. You can vote for it on CodePlex. Depending on what you want, you