Partager via


ItemsRepeaterScrollHost.CurrentAnchor Propriété

Définition

Élément d’ancre actuellement choisi à utiliser pour l’ancrage par défilement.

public:
 property UIElement ^ CurrentAnchor { UIElement ^ get(); };
UIElement CurrentAnchor();
public UIElement CurrentAnchor { get; }
var uIElement = itemsRepeaterScrollHost.currentAnchor;
Public ReadOnly Property CurrentAnchor As UIElement

Valeur de propriété

DERNIER UIElement choisi pour l’ancrage de défilement après une mise en page, ou null.

Remarques

S’il n’y a aucun candidat d’ancre inscrit auprès de ItemsRepeaterScrollHost ou qu’aucun n’a été choisi, CurrentAnchor est null.

S’applique à

Voir aussi