forces the lightbox to resize
var control = gantt.getLightboxSection("description"); control.header.style.display = "none"; gantt.resizeLightbox();
The method can be used to update the lightbox size after you hide/show some section.