The height of the Gantt viewport (excluding the header). This value is used when heightSpec is set to "Fixed" or "Max".
DayPilot.Gantt.height (integer)
300
The setHeight() method will let you set the full control height.
gantt.heightSpec = "Fixed"; gantt.height = 200;