Hi Armand,
Please find the response below.
Height of the Gantt control will be calculated from the height of its parent element if we are given the height in terms of percentage. Hence, we would like to suggest you that set style of height as 100% to the root parent element of body and set the control css position as absolute. This will be rendering the control in full size screen.
Please refer following code snippet,
<style type="text/css">
html, body {
height: 100%;
padding: 0px;
margin: 0px;
}
#GanttContainer {
position: absolute;
}
</style> |
We have also prepared a sample for your reference, please find the sample as below,
Please let us know if you require further assistance on this.
Regards,
Jayakumar D