ItemsRepeaterScrollHost.CurrentAnchor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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.