resizeLightbox

forces the lightbox to resize

void resizeLightbox();

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.

See also
Back to top