diff --git a/Terminal.Gui/Views/Scroll/ScrollBar.cs b/Terminal.Gui/Views/Scroll/ScrollBar.cs index ef004dfa4..d9916e332 100644 --- a/Terminal.Gui/Views/Scroll/ScrollBar.cs +++ b/Terminal.Gui/Views/Scroll/ScrollBar.cs @@ -55,7 +55,7 @@ public class ScrollBar : View } } - /// Get or sets if the view-port is kept in all visible area of this + /// Get or sets if the view-port is kept in all visible area of this . public bool KeepContentInAllViewport { get => _scroll.KeepContentInAllViewport;