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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
{ |
|
|
{ |
|
|
|