TTMSFNCDataGridRenderer.Navigate Method
Scrolls the grid to make
ACellvisible without changing the selection. UseAForceScrollto scroll even if the cell is already partially visible.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
procedure Navigate(ACell: TTMSFNCDataGridCellCoord; AForceScroll: Boolean = False; AIgnoreColumn: Boolean = False; AIgnoreRow: Boolean = False);
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to bring into view. |
AForceScroll |
When True, scrolls even if the cell is already visible. |
AIgnoreColumn |
When True, keeps the current horizontal scroll position. |
AIgnoreRow |
When True, keeps the current vertical scroll position. |