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:
trueif 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
- TreeListBoxItem.DefaultActionCommandProperty
- TreeListBoxItem.DropIndicatorAreaProperty
- TreeListBoxItem.IndentAmountProperty
- TreeListBoxItem.InnerBorderThicknessProperty
- TreeListBoxItem.IsExpandableProperty
- TreeListBoxItem.IsExpandedProperty
- TreeListBoxItem.IsSelectableProperty
- TreeListBoxItem.IsSelectedProperty
- TreeListBoxItem.TreeLineBrushProperty
- TreeListBoxItem.ToggleExpansionButtonStyleProperty
- TreeListBoxItem.OnContextMenuOpening(ContextMenuEventArgs)
- TreeListBoxItem.OnDoubleTapped(InputPointerButtonEventArgs)
- TreeListBoxItem.OnDragEnter(DragEventArgs)
- TreeListBoxItem.OnDragLeave(DragEventArgs)
- TreeListBoxItem.OnDragOver(DragEventArgs)
- TreeListBoxItem.OnDrop(DragEventArgs)
- TreeListBoxItem.OnGotFocus(RoutedEventArgs)
- TreeListBoxItem.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)
- TreeListBoxItem.OnKeyDown(KeyEventArgs)
- TreeListBoxItem.OnLostFocus(RoutedEventArgs)
- TreeListBoxItem.OnTextInput(TextCompositionEventArgs)
- TreeListBoxItem.ToString()
- TreeListBoxItem.DefaultActionCommand
- TreeListBoxItem.DropIndicatorArea
- TreeListBoxItem.IndentAmount
- TreeListBoxItem.InnerBorderThickness
- TreeListBoxItem.IsExpandable
- TreeListBoxItem.IsExpanded
- TreeListBoxItem.IsSelectable
- TreeListBoxItem.IsSelected
- TreeListBoxItem.ToggleExpansionButtonStyle
- TreeListBoxItem.TreeLineBrush