ScrollViewer.CurrentAnchor プロパティ

定義

スクロール アンカーに使用する現在選択されているアンカー要素。

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

プロパティ値

レイアウト パスの後のスクロール アンカー用に最後に選択した UIElement ( null)。

実装

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

注釈

ScrollViewer に登録されているアンカー候補がない場合、または選択されていない場合、CurrentAnchor は null になります

適用対象

こちらもご覧ください