Browse Source

Fix incorrect comment for CanVerticallyScroll (#15039)

* Fix incorrect comment for CanVerticallyScroll

* Fix typo
pull/15049/head
thevortexcloud 2 years ago
committed by GitHub
parent
commit
c43b3be94f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Avalonia.Base/Input/GestureRecognizers/ScrollGestureRecognizer.cs

2
src/Avalonia.Base/Input/GestureRecognizers/ScrollGestureRecognizer.cs

@ -66,7 +66,7 @@ namespace Avalonia.Input.GestureRecognizers
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the content can be scrolled horizontally. /// Gets or sets a value indicating whether the content can be scrolled vertically.
/// </summary> /// </summary>
public bool CanVerticallyScroll public bool CanVerticallyScroll
{ {

Loading…
Cancel
Save