Share via


SplitterItemsControl Class

An ItemsControl that has an Orientation and which is meant to be used in conjunction with a SplitterPanel.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Class SplitterItemsControl _
    Inherits LayoutSynchronizedItemsControl
‘사용 방법
Dim instance As SplitterItemsControl
public class SplitterItemsControl : LayoutSynchronizedItemsControl
public ref class SplitterItemsControl : public LayoutSynchronizedItemsControl
type SplitterItemsControl =  
    class
        inherit LayoutSynchronizedItemsControl
    end
public class SplitterItemsControl extends LayoutSynchronizedItemsControl

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ItemsControl
                Microsoft.VisualStudio.PlatformUI.LayoutSynchronizedItemsControl
                  Microsoft.VisualStudio.PlatformUI.SplitterItemsControl

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SplitterItemsControl Members

Microsoft.VisualStudio.PlatformUI Namespace