Show / Hide Table of Contents

Class ListViewBehaviors

Implements an attached property used to style ListViewItems that are a possible drop target.

Inheritance
object
ListViewBehaviors
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public static class ListViewBehaviors
Remarks

Adapted from http://stackoverflow.com/questions/639884/highlight-treeview-item-being-dragged-over.

Fields

View Source

TargetProperty

The IsPossibleDropTarget read-only attached dependency property.

Declaration
public static readonly DependencyProperty TargetProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetIsPossibleDropTarget(DependencyObject)

Gets the IsPossibleDropTarget property value.

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

Object that the property is associated with.

Returns
Type Description
bool

The property value.

View Source

SetIsPossibleDropTarget(DependencyObject, bool)

Sets the IsPossibleDropTarget property value.

Declaration
public static void SetIsPossibleDropTarget(DependencyObject target, bool value)
Parameters
Type Name Description
DependencyObject target

Object that the property is associated with.

bool value

Value to assign.

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