Click or drag to resize

SmoothScrollingBehavior Properties

The SmoothScrollingBehavior type exposes the following members.

Properties
 NameDescription
Public propertyEasingFunction Gets or sets the easing function used for the scrolling animation.
(Inherited from AdvancedScrollWheelBehavior)
Public propertyIsEnabled Gets or sets a value indicating whether the smooth scrolling behavior is enabled.
(Inherited from AdvancedScrollWheelBehavior)
Protected propertyIsLoaded Gets a value indicating whether the associated object is loaded.
(Inherited from FrameworkElementBehaviorT)
Public propertyMouseScrollDeltaFactor Gets or sets the delta value factor while mouse scrolling.
(Inherited from AdvancedScrollWheelBehavior)
Public propertyScrollingAnimationDuration Gets or sets the duration of the scrolling animation.
(Inherited from AdvancedScrollWheelBehavior)
Public propertyTouchpadScrollDeltaFactor Gets or sets the delta value factor while touchpad scrolling.
(Inherited from AdvancedScrollWheelBehavior)
Public propertyUseScrollingAnimation Gets or sets a value indicating whether to use scrolling animation when scrolling using the mouse wheel.
(Inherited from AdvancedScrollWheelBehavior)
Top
See Also