Share via


ListView Class

Definition

Caution

With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.

Platform-specific properties for list view controls on UWP.

public ref class ListView abstract sealed
[System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")]
public static class ListView
public static class ListView
[<System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")>]
type ListView = class
type ListView = class
Public Module ListView
Inheritance
ListView
Attributes

Fields

SelectionModeProperty
Obsolete.

Bindable property for SelectionMode.

Methods

GetSelectionMode(BindableObject)
Obsolete.

Returns the selection mode for the element.

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)
Obsolete.

Returns the selection mode for the element.

SetSelectionMode(BindableObject, ListViewSelectionMode)
Obsolete.

Sets the selection mode for the element.

SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode)
Obsolete.

Sets the selection mode for the element.

Applies to