ListBox.

SelectionMode Property

Summary

Gets or sets the selection mode.
Namespace
Avalonia.Controls
Containing Type
ListBox

Syntax

public SelectionMode SelectionMode { get; set; }

Remarks

Note that the selection mode only applies to selections made via user interaction. Multiple selections can be made programatically regardless of the value of this property.

Value

Type Description
SelectionMode