This commit is contained in:
BDisp
2024-09-05 18:39:58 +01:00
parent 6b396703a2
commit cccbbc2b22

View File

@@ -55,7 +55,7 @@ public class ScrollBar : View
}
}
/// <summary>Get or sets if the view-port is kept in all visible area of this <see cref="ScrollBar"/></summary>
/// <summary>Get or sets if the view-port is kept in all visible area of this <see cref="ScrollBar"/>.</summary>
public bool KeepContentInAllViewport
{
get => _scroll.KeepContentInAllViewport;