Annotataion Search Results bug fix
This commit is contained in:
@@ -265,7 +265,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
}
|
||||
dgAnnotations.Rows[row].Selected = true;
|
||||
if (!_LoadingGrid)
|
||||
if (!_LoadingGrid && (dgAnnotations.FirstDisplayedScrollingRowIndex != -1))
|
||||
dgAnnotations.FirstDisplayedScrollingRowIndex = row;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user