ListView Class

Definition

Platform-specific properties for list view controls on UWP.

public static class ListView
type ListView = class
Inheritance
System.Object
ListView

Fields

SelectionModeProperty

Backing store for the selection mode attached property.

Methods

GetSelectionMode(BindableObject)

Returns the selection mode for the element.

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Returns the selection mode for the element.

SetSelectionMode(BindableObject, ListViewSelectionMode)

Sets the selection mode for the element.

SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode)

Sets the selection mode for the element.

Applies to