The TreeListView type exposes the following members.

Methods

  NameDescription
GetAllowColumnResizing
Gets the value of the AllowColumnResizing attached property for a given DependencyObject.
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.
GetResizeColumnWidth
Gets the value of the ResizeColumnWidth attached property for a given DependencyObject.
GetShowGroupExpanders
Gets the value of the ShowGroupExpanders attached property for a given DependencyObject.
GetShowSubitemExpanders
Gets the value of the ShowSubitemExpanders 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()()().)
SetAllowColumnResizing
Sets the value of the AllowColumnResizing attached property for a given DependencyObject.
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.
SetResizeColumnWidth
Sets the value of the ResizeColumnWidth attached property for a given DependencyObject.
SetShowGroupExpanders
Sets the value of the ShowGroupExpanders attached property for a given DependencyObject.
SetShowSubitemExpanders
Sets the value of the ShowSubitemExpanders attached property for a given DependencyObject.

See Also