다음을 통해 공유


ScrollView.Content 속성

정의

스크롤, 이동 또는 확대/축소할 수 있는 콘텐츠를 가져오거나 설정합니다.

public:
 property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = scrollView.content;
scrollView.content = uIElement;
Public Property Content As UIElement

속성 값

스크롤, 이동 또는 확대/축소할 수 있는 콘텐츠입니다.

적용 대상