다음을 통해 공유


ScrollView 클래스

정의

스크롤 보기는 Microsoft.Maui.Controls가 iOS 플랫폼에서 만든 instance.

public ref class ScrollView abstract sealed
public static class ScrollView
type ScrollView = class
Public Module ScrollView
상속
ScrollView

필드

ShouldDelayContentTouchesProperty

에 대한 바인딩 가능한 속성입니다 ShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>).

메서드

GetShouldDelayContentTouches(BindableObject)

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

SetShouldDelayContentTouches(BindableObject, Boolean)

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

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

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

ShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>)

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

적용 대상