ScrollControllerScrollToRequestedEventArgs.Options Property
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.
Gets options that specify whether or not animations are enabled and snap points are respected.
ScrollingScrollOptions Options();
public ScrollingScrollOptions Options { get; }
var scrollingScrollOptions = scrollControllerScrollToRequestedEventArgs.options;
Public ReadOnly Property Options As ScrollingScrollOptions
Property Value
Options that specify whether or not animations are enabled and snap points are respected.