forces the lightbox to resize
The method is deprecated since v9.0.
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.