ChildWindow should mimic other dialog behavior
Show() shows a window
ShowDialog() shows modal view
ref: http://floatablewindow.codeplex.com
Comments: ** Comment from web user: JoshSommers **
Show() shows a window
ShowDialog() shows modal view
ref: http://floatablewindow.codeplex.com
Comments: ** Comment from web user: JoshSommers **
We're NEVER going to get what we need here because it basically isn't possible in SL as far as I understand, but I'm voting for it anyway. This was a big design flaw in Silverlight. We need to be able to do things like display a popup in the middle of a for loop and have the for loop STOP until the popup is dismissed, just like we can do with the message box, but with the ability to fully customize it. A lot of people commenting here are confused. They are asking for a non-modal dialog, which is already possible. What we really need is a TRULY MODAL and customizable window.