次の方法で共有


ListView クラス

定義

UWP でリスト ビューを制御するためのプラットフォーム固有プロパティ。

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

フィールド

SelectionModeProperty

SelectionModeバインド可能なプロパティ。

メソッド

GetSelectionMode(BindableObject)

要素の選択モードを返します。

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

要素の選択モードを返します。

SetSelectionMode(BindableObject, ListViewSelectionMode)

要素の選択モードを設定します。

SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode)

要素の選択モードを設定します。

適用対象