WrapSelection Property
Gets or sets a value which indicates whether to wrap around when the first or last item is reached.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool WrapSelection { get; set; }
Public Property WrapSelection As Boolean
Get
Set
member WrapSelection : bool with get, set
Property Value
BooleanSee Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace