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