Displays the indented content of a TreeListViewItem providing an expander that allows the user to expand or collapse the node in the hierarchy.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
[TemplatePartAttribute(Name = "PART_ToggleButton", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = "PART_Content", Type = typeof(FrameworkElement))]
public class TreeListViewItemControl : Control
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
<TemplatePartAttribute(Name := "PART_ToggleButton", Type := GetType(FrameworkElement))> _
<TemplatePartAttribute(Name := "PART_Content", Type := GetType(FrameworkElement))> _
Public Class TreeListViewItemControl _
	Inherits Control

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
              DlhSoft.Windows.Controls..::.TreeListViewItemControl

See Also