Class WPFBehaviors
Implements an attached property used for scrolling a view when the drag target is near a vertical edge.
Inherited Members
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public static class WPFBehaviors
Remarks
Fields
View SourceDragScrollProperty
The DragScroll dependency property.
Declaration
public static readonly DependencyProperty DragScrollProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
View SourceGetDragScroll(DependencyObject)
Gets the DragScroll property value.
Declaration
public static bool GetDragScroll(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | Object that the property is associated with. |
Returns
Type | Description |
---|---|
bool | The property value. |
SetDragScroll(DependencyObject, bool)
Sets the DragScroll property value.
Declaration
public static void SetDragScroll(DependencyObject element, bool value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | Object that the property is associated with. |
bool | value | Value to assign. |