EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
ListBox.SelectionMode Property
May 02, 2013
Gets or sets the selection behavior for the ListBox control.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
Use the SelectionMode property to specify whether the user can select multiple items and how the user can select the multiple items. Setting SelectionMode to Multiple allows the user to select multiple items. Setting SelectionMode to Extended allows the user to select multiple items by pressing a modifier key, such as CTRL or SHIFT.