Table of Contents

TTMSFNCDataGridRenderer.Navigate Method

Scrolls the grid to make ACell visible without changing the selection. Use AForceScroll to 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.