ListViewItemPresenterSelectionIndicatorMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify how the selection indicator is shown on a list view item.
public enum class ListViewItemPresenterSelectionIndicatorMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class ListViewItemPresenterSelectionIndicatorMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum ListViewItemPresenterSelectionIndicatorMode
Public Enum ListViewItemPresenterSelectionIndicatorMode
- Inheritance
-
ListViewItemPresenterSelectionIndicatorMode
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
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. |