Share via


ScrollView 类

定义

Microsoft.Maui.Controls 在 iOS 平台上创建的滚动视图实例。

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 是否会等待确定触碰目的是滚动还是立即滚动。

适用于