CanHorizontallyScroll Property
Gets or sets a value indicating whether the content can be scrolled horizontally.
Definition
Namespace: Avalonia.Input.GestureRecognizers
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool CanHorizontallyScroll { get; set; }
Public Property CanHorizontallyScroll As Boolean
Get
Set
member CanHorizontallyScroll : bool with get, set
Property Value
BooleanSee Also
Reference
ScrollGestureRecognizer Class
Avalonia.Input.GestureRecognizers Namespace