Skip to main content

resizeLightbox

Description

Forces the lightbox to resize

resizeLightbox: () => void

Example

var control = gantt.getLightboxSection("description");
control.header.style.display = "none";

gantt.resizeLightbox();

Details

The method can be used to update the lightbox size after you hide/show some section.