다음을 통해 공유


ScrollView.CurrentAnchor 속성

정의

레이아웃 패스 후 스크롤 앵커링에 대해 가장 최근에 선택한 UIElement 를 가져옵니다(있는 경우).

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

속성 값

레이아웃 패스 후 스크롤 앵커링에 대해 가장 최근에 선택한 UIElement 입니다(있는 경우). 그렇지 않으면 null입니다.

적용 대상