Click or drag to resize
ListBoxSelectionMode Property
Gets or sets the selection behavior for the ListBox control.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public SelectionMode SelectionMode { get; set; }

Property Value

Type: SelectionMode
See Also