Search code examples
wpfsilverlightxamlcontrolsdocking

Silverlight: Docking of controls


Is it possible to dock Silverlight based controls like Windows Forms control ? For example I want to use a tab control, which I want to use as a control for page navigation ! Unfortunately I don't find a "Dock" property :-( !


Solution

  • The Silverlight Toolkit found on Codeplex contains a DockPanel control, you will want to use that.