# container_resize_timeout

### Description

@short: Specifies the delay (in milliseconds) before redrawing the gantt when resizing the container

@signature: container_resize_timeout: number

### Example

~~~jsx
gantt.config.container_resize_timeout = 300;
~~~

**Default value:** 20

### Change log
- added in v7.0.11
