ScrollingScrollOptions Class
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.
Represents options that can be set in scroll methods of the ScrollView
control.
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ScrollingScrollOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ScrollingScrollOptions
Public Class ScrollingScrollOptions
- Inheritance
- Attributes
Remarks
ScrollingScrollOptions
is used to set options in overloads of the ScrollView.ScrollTo and ScrollView.ScrollBy methods.
Constructors
ScrollingScrollOptions(ScrollingAnimationMode, ScrollingSnapPointsMode) |
Initializes a new instance of the |
ScrollingScrollOptions(ScrollingAnimationMode) |
Initializes a new instance of the |
Properties
AnimationMode |
Gets or sets a value that indicates whether or not an animation is played for a scroll operation. |
SnapPointsMode |
Gets or sets a value that indicates whether snap points are ignored or respected during the scroll operation. |