ScrollingChainMode Enum

Definition

Defines constants that specify how scroll- and zoom-chaining is handled by the ScrollView control.

public enum class ScrollingChainMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingChainMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingChainMode
Public Enum ScrollingChainMode
Inheritance
ScrollingChainMode
Attributes

Fields

Always 1

The ScrollView acts as if chaining occurred even when no scrollable/zoomable outer component is present.

Auto 0

The ScrollView chains to the closest scrollable/zoomable outer component, if any.

Never 2

The ScrollView ignores any scrollable/zoomable outer component that is present and no chaining occurs.

Applies to

See also