다음을 통해 공유


ScrollView.GetShouldDelayContentTouches(BindableObject) 메서드

정의

터치가 스크롤로 사용되는지 또는 즉시 스크롤하는지를 결정하기 위해 iOS가 대기할지 여부를 알려주는 부울 값을 반환합니다.

public static bool GetShouldDelayContentTouches (Xamarin.Forms.BindableObject element);
static member GetShouldDelayContentTouches : Xamarin.Forms.BindableObject -> bool

매개 변수

element
BindableObject

작업을 수행할 플랫폼별 요소입니다.

반환

System.Boolean

터치가 스크롤로 사용되는지 또는 즉시 스크롤하는지를 결정하기 위해 iOS가 대기할지 여부를 알려주는 부울 값입니다.

적용 대상