ListViewItemPresenterSelectionIndicatorMode Enum

Definition

Defines constants that specify how the selection indicator is shown on a list view item.

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

Fields

Inline 0

The selection indicator is shown inline with the list view item content.

Overlay 1

The selection indicator is shown overlaying the list view item content.

Applies to