# task_scroll_offset

### Description

@short: Setzt den Versatz (in Pixeln) des nächstgelegenen Tasks vom linken Rand der Timeline

@signature: task_scroll_offset: number

### Example

~~~jsx
gantt.config.task_scroll_offset = 120;
gantt.init("gantt_here");
~~~

**Standardwert:** 100