In this post, Mike Taulty experiments with opening multiple windows in
Silverlight out-of-browser applications.
Source: Mike Taulty's Blog
I was talking to a developer the other day about Silverlight out-of-browser applications and how there’s not really any support for opening multiple windows so that (e.g.) you might have a master window in the application and the ability to open sub-windows.
It’s a feature that’s often requested and I think it’s referred to from this request here although that actually asks for MDI which I think you could achieve a form of with Silverlight’s ChildWindow class.