The MulticolumnTreeView type exposes the following members.

Properties

  NameDescription
AllowsColumnReorder
Gets or sets a value that indicates whether columns can change positions. This is a dependency property.
ColumnHeaderContainerStyle
Gets or sets the column header container style. This is a dependency property.
ColumnHeaderContextMenu
Gets or sets the a context menu for the grid column headers. This is a dependency property.
ColumnHeaderTemplate
Gets or sets the column header template. This is a dependency property.
ColumnHeaderTemplateSelector
Gets or sets the column header template selector. This is a dependency property.
Columns
Gets or sets the columns in the MulticolumnTreeView. This is a dependency property.
ExpandCollapseToggleStyleKey
Gets the ResourceKey for the default Style of an expand/collapse toggle button.
ExpandingCellTemplateKey
Gets the ResourceKey for the default DataTemplate of an cell in a column containing expand/collapse toggle buttons.
ExpandingDecorator
Gets or sets the decorator applied to cells used for expanding the tree. This is a dependency property.
ScrollViewerStyleKey
Gets the ResourceKey for the default Style of the ScrollViewer used to scroll the view.
WrappedColumns
Gets the grid columns, wrapped to provide a tree expansion UI. This is a dependency property.

See Also