ComponentOne Basic Library for WPF and Silverlight
C1TreeView Class
Members 


C1.Silverlight Namespace : C1TreeView Class
Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
Object Model
C1TreeView Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="InvalidFocused", GroupName="ValidationStatesStates")>
<System.Windows.TemplatePartAttribute(Name="Scroll", Type=System.Windows.Controls.ScrollViewer)>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStatesStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Valid", GroupName="ValidationStatesStates")>
<System.Windows.StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)>
<System.Windows.TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Grid)>
<System.Windows.StyleTypedPropertyAttribute(Property="ScrollBarStyle", StyleTargetType=System.Windows.Controls.Primitives.ScrollBar)>
<System.Windows.TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
Public Class C1TreeView 
   Inherits C1HierarchicalPresenter
'Usage
 
Dim instance As C1TreeView
[System.Windows.TemplateVisualState(Name="InvalidFocused", GroupName="ValidationStatesStates")]
[System.Windows.TemplatePart(Name="Scroll", Type=System.Windows.Controls.ScrollViewer)]
[System.Windows.TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStatesStates")]
[System.Windows.TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
[System.Windows.TemplateVisualState(Name="Valid", GroupName="ValidationStatesStates")]
[System.Windows.StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
[System.Windows.TemplatePart(Name="Root", Type=System.Windows.Controls.Grid)]
[System.Windows.StyleTypedProperty(Property="ScrollBarStyle", StyleTargetType=System.Windows.Controls.Primitives.ScrollBar)]
[System.Windows.TemplateVisualState(Name="Focused", GroupName="FocusStates")]
public class C1TreeView : C1HierarchicalPresenter 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  C1.Silverlight.C1HierarchicalPresenter
                     C1.Silverlight.C1TreeView

See Also

Reference

C1TreeView Members
C1.Silverlight Namespace