RadControls for Silverlight

Layout control that stacks pane items with splitters in-between. Not to be used outside RadDocking.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking (in Telerik.Windows.Controls.Docking.dll) Version: 2013.2.611.1050

Syntax

C#
public class RadSplitContainer : ItemsControl, 
	ISplitItem, IDocumentHostAware, IToolWindowAware, IThemable, ISupportsResize
Visual Basic
Public Class RadSplitContainer _
	Inherits ItemsControl _
	Implements ISplitItem, IDocumentHostAware, IToolWindowAware, IThemable,  _
	ISupportsResize

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..RadSplitContainer

See Also