mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user