ScrollIntoViewAlignment
ScrollIntoViewAlignment
ScrollIntoViewAlignment
ScrollIntoViewAlignment
Enum
Definition
Defines constants that describe how an item that is programmatically scrolled into view aligns with the visible area.
public : enum class ScrollIntoViewAlignmentpublic enum ScrollIntoViewAlignmentPublic Enum ScrollIntoViewAlignment// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Default Default Default Default | The item aligns with the nearest edge. |
| Leading Leading Leading Leading | The item aligns with the leading edge. |
Remarks
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.