EnsureVisible Method
Description
The EnsureVisible method is used to force the row to become visible.
Syntax
Public Sub EnsureVisible()
Remarks
EnsureVisible will "ensure" that the row is visible. This will scroll the rows in the Grid Control until the row is visible.
The FocusedRow uses EnsureVisible when setting the focus to a new row.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.