次の方法で共有


ListView クラス

定義

Microsoft.Maui.Controls が Android プラットフォームで作成したリスト ビュー インスタンス。

public ref class ListView abstract sealed
public static class ListView
type ListView = class
Public Module ListView
継承
ListView

フィールド

IsFastScrollEnabledProperty

IsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>)バインド可能なプロパティ。

メソッド

GetIsFastScrollEnabled(BindableObject)

高速スクロールが有効になっているかどうかを示すブール値を返します。

IsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>)

高速スクロールが有効になっているかどうかを示すブール値を返します。

SetIsFastScrollEnabled(BindableObject, Boolean)

高速スクロールを有効にするかどうかを制御する添付プロパティを設定します。

SetIsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>, Boolean)

高速スクロールを有効にするかどうかを制御する添付プロパティを設定します。

適用対象