ScrollControllerScrollToRequestedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ScrollControllerScrollToRequestedEventArgs class with the specified offset and options.
ScrollControllerScrollToRequestedEventArgs(double const& offset, ScrollingScrollOptions const& options);
public ScrollControllerScrollToRequestedEventArgs(double offset, ScrollingScrollOptions options);
function ScrollControllerScrollToRequestedEventArgs(offset, options)
Public Sub New (offset As Double, options As ScrollingScrollOptions)
Parameters
- offset
-
Double
double
The target scroll offset.
- options
- ScrollingScrollOptions
Options that specify whether or not animations are enabled and snap points are respected.