다음을 통해 공유


ScrollView.SetShouldDelayContentTouches 메서드

정의

오버로드

SetShouldDelayContentTouches(BindableObject, Boolean)

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

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

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

SetShouldDelayContentTouches(BindableObject, Boolean)

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

public static void SetShouldDelayContentTouches (Xamarin.Forms.BindableObject element, bool value);
static member SetShouldDelayContentTouches : Xamarin.Forms.BindableObject * bool -> unit

매개 변수

element
BindableObject

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

value
System.Boolean

할당할 새 속성 값입니다.

적용 대상

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

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

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ScrollView> SetShouldDelayContentTouches (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ScrollView> config, bool value);
static member SetShouldDelayContentTouches : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ScrollView> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ScrollView>

매개 변수

config
IPlatformElementConfiguration<iOS,ScrollView>

작업을 수행할 요소를 포함하는 플랫폼별 구성입니다.

value
System.Boolean

할당할 새 속성 값입니다.

반환

더 많은 메서드를 호출할 수 있는 업데이트된 구성 개체입니다.

적용 대상