ListBoxSelectionMode Property
Gets or sets the selection mode.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public SelectionMode SelectionMode { get; set; }
Public Property SelectionMode As SelectionMode
Get
Set
member SelectionMode : SelectionMode with get, set
Property Value
SelectionMode
Note that the selection mode only applies to selections made via user interaction.
Multiple selections can be made programmatically regardless of the value of this property.