ListViewSelectionMode enumeration

This topic has not yet been rated - Rate this topic

Defines constants that specify the selection mode of a ListView or GridView.

Syntax


public enum ListViewSelectionMode

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The ListViewSelectionMode enumeration has these members.

MemberValueDescription
None0

A user can't select items.

Single1

A user can select a single item.

Multiple2

The user can select multiple items without entering a special mode.

Extended3

The user can select multiple items by entering a special mode, for example when depressing a modifier key.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.