ListViewItemPresenterCheckMode Enum

Definition

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

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

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