The TreeListView type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TreeListView |
Initialises a new instance of the TreeListView class.
|
Methods
| Name | Description | |
|---|---|---|
| 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.
|
Fields
| Name | Description | |
|---|---|---|
| AllowColumnResizingProperty |
Identifies the AllowColumnResizing attached property.
| |
| ColumnsProperty |
Identifies the Columns property.
| |
| IsFillColumnProperty |
Identifies the IsFillColumn attached property.
| |
| IsResizeColumnProperty |
Identifies the IsResizeColumn attached property.
| |
| ResizeColumnMinWidthProperty |
Identifies the ResizeColumnMinWidth property.
| |
| ResizeColumnWidthProperty |
Identifies the ResizeColumnWidth attached property.
| |
| ShowGroupExpandersProperty |
Identifies the ShowGroupExpanders attached property.
| |
| ShowSubitemExpandersProperty |
Identifies the ShowSubitemExpanders attached property.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
| |
| ResizeColumnMinWidth |
Gets or sets the minimum width of the resize column (the column
whose IsResizeColumn property is set to true).
This is a dependency property.
|