The TreeListView type exposes the following members.

Constructors

  NameDescription
TreeListView
Initialises a new instance of the TreeListView class.

Methods

  NameDescription
GetContainerForItemOverride
Creates or identifies the element that is used to display the given item.
(Overrides TreeView..::.GetContainerForItemOverride()()().)
GetIsFillColumn
Gets the value of the IsFillColumn attached property for a given DependencyObject.
GetIsResizeColumn
Gets the value of the IsResizeColumn attached property for a given DependencyObject.
IsItemItsOwnContainerOverride
Determines if the specified item is (or is eligible to be) its own container.
(Overrides TreeView..::.IsItemItsOwnContainerOverride(Object).)
OnApplyTemplate
Called by the Windows Presentation Foundation infrastructure when a template is applied to the control.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)
SetIsFillColumn
Sets the value of the IsFillColumn attached property for a given DependencyObject.
SetIsResizeColumn
Sets the value of the IsResizeColumn attached property for a given DependencyObject.

Fields

  NameDescription
ColumnsProperty
Identifies the Columns property.
IsFillColumnProperty
Identifies the IsFillColumn attached property.
IsResizeColumnProperty
Identifies the IsResizeColumn attached property.

Properties

  NameDescription
Columns
Gets or sets the columns in the TreeListView. This is a dependency property.
ExpandCollapseToggleStyleKey
Gets the ResourceKey for the default Style of an expand/collapse toggle button.

See Also