ListView.IsFastScrollEnabled 方法

定义

返回一个布尔值,该值指示是否启用快速滚动。

public static bool IsFastScrollEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.ListView> config);
static member IsFastScrollEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.ListView> -> bool

参数

config
IPlatformElementConfiguration<Android,ListView>

特定于平台的配置,包含要对其执行操作的元素。

返回

System.Boolean

指示是否启用快速滚动的布尔值。

适用于