ScrollingContentOrientation 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 the orientation of content scrolling in a ScrollView
.
public enum class ScrollingContentOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingContentOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingContentOrientation
Public Enum ScrollingContentOrientation
- Inheritance
-
ScrollingContentOrientation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Vertical | 0 | Content can scroll vertically. |
Horizontal | 1 | Content can scroll horizontally. |
None | 2 | Content cannot scroll either horizontally or vertically. |
Both | 3 | Content can scroll both horizontally and vertically. |