ListViewItemPresenterCheckMode Enum

Definition

Defines constants that specify the style of checkbox shown to select an item.

public enum class ListViewItemPresenterCheckMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ListViewItemPresenterCheckMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ListViewItemPresenterCheckMode
Public Enum ListViewItemPresenterCheckMode
Inheritance
ListViewItemPresenterCheckMode
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Inline 0

The checkbox in shown inline with the content of the list item.

Overlay 1

The checkbox is shown over the content of the list item.

Applies to