Enum SelectionMode
Defines the selection behavior for a ListBox.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum SelectionMode
Fields
| Name | Description |
|---|---|
| Extended | |
| Multiple | The user can select multiple items without entering a special mode. |
| Single | The user can select only one item at a time. |