Browse Source

Merge branch 'master' into feature/ui-automation

pull/5177/head
Steven Kirk 4 years ago
parent
commit
b244197f2f
  1. 2
      src/Avalonia.Controls/ScrollViewer.cs

2
src/Avalonia.Controls/ScrollViewer.cs

@ -9,7 +9,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