ScrollingChainMode Enum
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.
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
Name | Value | Description |
---|---|---|
Auto | 0 | The |
Always | 1 | The |
Never | 2 | The |