GetIsScrollChainingEnabled Method
Gets the value of the IsScrollChainingEnabled attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetIsScrollChainingEnabled(
Control control
)
Public Shared Function GetIsScrollChainingEnabled (
control As Control
) As Boolean
static member GetIsScrollChainingEnabled :
control : Control -> bool
Parameters
- Control
- The control to read the value from.
Return Value
Boolean
The value of the property.
Remarks
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.