Class IgnoreScrollBehavior
Inheritance
IgnoreScrollBehavior
  Inherited Members
Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public sealed class IgnoreScrollBehavior : Behavior<UIElement>, IAnimatable, IAttachedObjectMethods
View SourceOnAttached()
Called after the behavior is attached to an AssociatedObject.
Declaration
protected override void OnAttached()Overrides
Remarks
Override this to hook up functionality to the AssociatedObject.
OnDetaching()
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
Declaration
protected override void OnDetaching()Overrides
Remarks
Override this to unhook functionality from the AssociatedObject.
Implements
      Microsoft.Xaml.Behaviors.IAttachedObject