UIElement.CanBeScrollAnchor Property

Definition

Gets or sets a value that indicates whether the UIElement can be a candidate for scroll anchoring.

C#
public bool CanBeScrollAnchor { get; set; }

Property Value

Boolean

true if an element should be considered as a candidate for scroll anchoring; otherwise, false. The default is false.

Remarks

For more info, see the remarks for the IScrollAnchorProvider interface.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also