다음을 통해 공유


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입니다.

적용 대상

추가 정보