Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TreeViewPanel Class
Members

In This Topic
    C1TreeViewPanel Class
    In This Topic
    Virtualizing stack panel.
    Object Model
    C1TreeViewPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1TreeViewPanel 
       Inherits System.Windows.Controls.VirtualizingPanel
    [ContentProperty("Children", true)]
    public class C1TreeViewPanel : System.Windows.Controls.VirtualizingPanel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   System.Windows.Controls.VirtualizingPanel
                      C1.Silverlight.C1TreeViewPanel

    See Also