ScrollControllerScrollByRequestedEventArgs Constructor

Definition

Initializes a new instance of the ScrollControllerScrollByRequestedEventArgs class with the specified offset delta and options.

 ScrollControllerScrollByRequestedEventArgs(double const& offsetDelta, ScrollingScrollOptions const& options);
public ScrollControllerScrollByRequestedEventArgs(double offsetDelta, ScrollingScrollOptions options);
function ScrollControllerScrollByRequestedEventArgs(offsetDelta, options)
Public Sub New (offsetDelta As Double, options As ScrollingScrollOptions)

Parameters

offsetDelta
Double

double

The amount of change to the scroll offset.

options
ScrollingScrollOptions

Options that specify whether or not animations are enabled and snap points are respected.

Applies to