GanttScroll

Properties

2
isGanttScroll: Boolean= truereadonly
Identifies an object as an instance of GanttScroll class, or subclass thereof.
isGanttScroll: Boolean= truereadonlystatic
Identifies an object as an instance of GanttScroll class, or subclass thereof.

Functions

1

Scrolls a task record into the viewport.

ParameterTypeDescription
taskRecordTaskModel

The task record to scroll into view

optionsBryntumScrollOptions

How to scroll.

includeLabelBoolean

Pass true to bring the before/after label into view as well

Returns: Promise -

A Promise which resolves when the scrolling is complete.