Show / Hide Table of Contents

Class TreeViewItemHoverBehaviors

Behavior for TreeViewItem to highlight and expand item when hovered over during drag and drop.

Inheritance
object
TreeViewItemHoverBehaviors
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Behaviors
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class TreeViewItemHoverBehaviors
Remarks

Referenced: https://stackoverflow.com/questions/639884/highlight-treeview-item-being-dragged-over

Fields

View Source

IsPossibleDropTargetProperty

Property for if this item is a possible drop target.

Declaration
public static readonly DependencyProperty IsPossibleDropTargetProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetIsPossibleDropTarget(DependencyObject)

Getter for IsPossibleDropTarget

Declaration
public static bool GetIsPossibleDropTarget(DependencyObject obj)
Parameters
Type Name Description
DependencyObject obj

The object to get.

Returns
Type Description
bool

Whether the tree item is a possible drop target.

  • View Source
In this article
Back to top Generated by DocFX