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

指出是否已啟用快速捲動的布林值。

適用於