Skip to content

Commit

Permalink
Fix incorrect comment for CanVerticallyScroll (#15039)
Browse files Browse the repository at this point in the history
* Fix incorrect comment for CanVerticallyScroll

* Fix typo
  • Loading branch information
thevortexcloud authored Mar 19, 2024
1 parent 4f8f46c commit c43b3be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public bool CanHorizontallyScroll
}

/// <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>
public bool CanVerticallyScroll
{
Expand Down

0 comments on commit c43b3be

Please sign in to comment.