Browse Source

Merge pull request #7727 from CollinAlpert/patch-1

Fix sentence in ScrollViewer
pull/7730/head
Max Katz 4 years ago
committed by GitHub
parent
commit
7b706b5625
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/ScrollViewer.cs

2
src/Avalonia.Controls/ScrollViewer.cs

@ -8,7 +8,7 @@ using Avalonia.Interactivity;
namespace Avalonia.Controls
{
/// <summary>
/// A control scrolls its content if the content is bigger than the space available.
/// A control which scrolls its content if the content is bigger than the space available.
/// </summary>
public class ScrollViewer : ContentControl, IScrollable, IScrollAnchorProvider
{

Loading…
Cancel
Save