Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 630 Bytes

selectionmode.md

File metadata and controls

32 lines (20 loc) · 630 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.SelectionMode
winrt enum

SelectionMode

-description

Defines constants that specify the selection behavior for a ListBox.

-enum-fields

-field Single:0

The user can select only one item at a time.

-field Multiple:1

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

-field Extended:2

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

-remarks

-examples

-see-also