Show / Hide Table of Contents

Class ListBoxItemHoverBehavior

Behavior for ListBoxItem to highlight when hovered over during drag and drop.

Inheritance
object
ListBoxItemHoverBehavior
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 ListBoxItemHoverBehavior
Remarks

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

Fields

View Source

IsDropTargetProperty

Property for if this item is a possible drop target.

Declaration
public static readonly DependencyProperty IsDropTargetProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetIsDropTarget(DependencyObject)

Getter for IsDropTarget

Declaration
public static bool GetIsDropTarget(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