# initial_scroll

### Description

@short: Sets whether the timeline area will be initially scrolled to display the earliest task

@signature: initial_scroll: boolean

### Example

~~~jsx
gantt.config.initial_scroll = false;
gantt.init("gantt_here");
~~~

**Default value:** true
