TTMSFNCGanttChartInteraction Class
Configures task selection, editing, moving, and resizing behavior in the chart.
API unit family: TMSFNCGanttChart
Inherits from: TPersistent
Syntax
TTMSFNCGanttChartInteraction = class(TPersistent)
Properties
| Name | Description |
|---|---|
| EnableMoveTasks | Allows users to move tasks along the timeline when True. |
| EnableSizeTasks | Allows users to resize task durations on the timeline when True. |
| JumpToSelectedItemStartDate | Scrolls the timeline to the selected task's start date when True. |
| SelectItemOnRowClick | Selects the task item when its task-list row is clicked. |
| ShowEditorLockedProperty | Shows the Locked property in the built-in task editor. |
| ShowEditorOnDoubleClick | Opens the task editor when a task is double-clicked. |
| ShowEditorOnF2Press | Opens the task editor when F2 is pressed. |