다음을 통해 공유


ScrollView.State 속성

정의

컨트롤의 현재 상호 작용 상태를 가져옵니다.

public:
 property ScrollingInteractionState State { ScrollingInteractionState get(); };
ScrollingInteractionState State();
public ScrollingInteractionState State { get; }
var scrollingInteractionState = scrollView.state;
Public ReadOnly Property State As ScrollingInteractionState

속성 값

컨트롤의 현재 상호 작용 상태입니다.

적용 대상

추가 정보