Partager via


ScrollView.CurrentAnchor Propriété

Définition

Obtient le dernier choisi UIElement pour l’ancrage du défilement après un passage de disposition, le cas échéant.

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

Valeur de propriété

Le dernier choisi UIElement pour l’ancrage par défilement après une mise en page, le cas échéant ; sinon, null.

S’applique à