In This Article

TreeListViewItem Class

Represents an item for a TreeListView control.

public class TreeListViewItem : TreeListBoxItem
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl TreeListBoxItem object
Derived:
PropertyGridItem

Constructors

TreeListViewItem()

Initializes an instance of the class.

public TreeListViewItem()

Methods

IsLocationOverBackground(Point?)

Indicates whether the specified location is past the end of the content, in owner control background whitespace area.

protected override bool IsLocationOverBackground(Point? location)
Parameter Type Description
location Point

The location to examine.

Returns

bool:

true if the specified location is past the end of the content, in owner control background whitespace area; otherwise, false.

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

The type-specific AutomationPeer implementation.

OnIndentAmountChanged()

Occurs when the IndentAmount property is changed.

protected override void OnIndentAmountChanged()

Inherited Members

Extension Methods