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>
 		/// Will scroll the view to display the specified row at the top
 		/// </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)
 		{
 			if (row < 0)