Miguel de Icaza 6 年之前
父节点
当前提交
4653a15bda
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Views/TextView.cs

+ 1 - 1
Terminal.Gui/Views/TextView.cs

@@ -668,7 +668,7 @@ namespace Terminal.Gui {
 		/// <summary>
 		/// <summary>
 		/// Will scroll the view to display the specified row at the top
 		/// Will scroll the view to display the specified row at the top
 		/// </summary>
 		/// </summary>
-		/// <param name="row">Row that should be displayed at the top</param>
+		/// <param name="row">Row that should be displayed at the top, if the value is negative it will be reset to zero</param>
 		public void ScrollTo (int row)
 		public void ScrollTo (int row)
 		{
 		{
 			if (row < 0)
 			if (row < 0)