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