ScrollIntoViewAlignment Enum

Definition

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(Windows.Foundation.UniversalApiContract, 65536)]
enum class ScrollIntoViewAlignment
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ScrollIntoViewAlignment
Public Enum ScrollIntoViewAlignment
Inheritance
ScrollIntoViewAlignment
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Default 0

The item aligns with the nearest edge.

Leading 1

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.

Applies to

See also