ScrollControllerScrollToRequestedEventArgs.Options Property

Definition

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.

Applies to