AutoScrollToSelectedItem Property
Gets or sets a value indicating whether to automatically scroll to newly selected items.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool AutoScrollToSelectedItem { get; set; }
Public Property AutoScrollToSelectedItem As Boolean
Get
Set
member AutoScrollToSelectedItem : bool with get, set
Property Value
BooleanSee Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace