IsScrollChainingEnabled Property
Gets or sets if scroll chaining is enabled. The default value is true.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsScrollChainingEnabled { get; set; }
Public Property IsScrollChainingEnabled As Boolean
Get
Set
member IsScrollChainingEnabled : bool with get, set
Property Value
BooleanRemarks
After a user hits a scroll limit on an element that has been nested within another scrollable element, you can specify whether that parent element should continue the scrolling operation begun in its child element. This is called scroll chaining.