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