Table of Contents

TTMSFNCPlanner.Navigate Method

Scrolls the planner so the specified cell becomes visible.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCPlanner Inherited from: TTMSFNCCustomPlanner

Syntax

procedure Navigate(ACell: TTMSFNCPlannerCell; AForceScroll: Boolean = False; AIgnoreColumn: Boolean = False; AIgnoreRow: Boolean = False); virtual;

Parameters

Name Description
ACell Cell to bring into view.
AForceScroll Forces scrolling even when the cell is already visible.
AIgnoreColumn Keeps the current column position when True.
AIgnoreRow Keeps the current row position when True.