ScrollViewerExtensions Class

Definition

Provides attached dependency properties and methods for the Windows.UI.Xaml.Controls.ScrollViewer control.

public static class ScrollViewerExtensions
type ScrollViewerExtensions = class
Public Module ScrollViewerExtensions
Inheritance
ScrollViewerExtensions

Methods

StartExpressionAnimation(ScrollViewer, UIElement, Axis, Axis, VisualProperty)

Creates and starts an animation on the target element that binds either the X or Y axis of the source Windows.UI.Xaml.Controls.ScrollViewer

StartExpressionAnimation(ScrollViewer, UIElement, Axis, VisualProperty)

Creates and starts an animation on the target element that binds either the X or Y axis of the source Windows.UI.Xaml.Controls.ScrollViewer.

Applies to