ScrollIntoViewAlignment Enum
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 describe how an item that is programmatically scrolled into view aligns with the visible area.
public enum class ScrollIntoViewAlignment
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ScrollIntoViewAlignment
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ScrollIntoViewAlignment
Public Enum ScrollIntoViewAlignment
- Inheritance
-
ScrollIntoViewAlignment
- Attributes
Name | Value | Description |
---|---|---|
Default | 0 | The item aligns with the nearest edge. |
Leading | 1 | The item aligns with the leading edge. |
When scrolled vertically, the leading edge is the top edge.
When scrolled horizontally, the leading edge is the left edge if FlowDirection is LeftToRight, and the right edge if FlowDirection is RightToLeft.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |