Merge pull request #858 from ttommyth/patch-1

Update ScrollView.cs
This commit is contained in:
Charlie Kindel
2020-08-15 08:49:43 -07:00
committed by GitHub

View File

@@ -447,7 +447,7 @@ namespace Terminal.Gui {
/// <summary>
/// Gets or sets the visibility for the horizontal scroll indicator.
/// </summary>
/// <value><c>true</c> if show vertical scroll indicator; otherwise, <c>false</c>.</value>
/// <value><c>true</c> if show horizontal scroll indicator; otherwise, <c>false</c>.</value>
public bool ShowHorizontalScrollIndicator {
get => showHorizontalScrollIndicator;
set {