# scroll_on_click

### Description

@short: Specifies whether the timeline area shall be scrolled while selecting to display the selected task

@signature: scroll_on_click: boolean

### Example

~~~jsx
gantt.config.scroll_on_click= false;
gantt.init('gantt_here');
~~~

**Default value:** true
