From cccbbc2b225d6c851e37c84e45c3e2a16c4473f8 Mon Sep 17 00:00:00 2001 From: BDisp Date: Thu, 5 Sep 2024 18:39:58 +0100 Subject: [PATCH] Typo. --- Terminal.Gui/Views/Scroll/ScrollBar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;