views:

36

answers:

1

Hi,

Is it possible in Silverlight 4.0 to launch a piece of user control to another browser window just like WPF DevComponents docking control behavior?

Thank you

A: 

The example you posted isn't opening new windows, but is docking controls within the existing window.

To get comparable behavior, take a look at the Silverlight Toolkit's DockPanel.

Silverlight Toolkit: http://silverlight.codeplex.com/

Silverlight Toolkit Samples: http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html

Jay