when splitter moved to the right, Gantt's header's width was expanded,but The Width of Gantt's timeLine was not expanded.
I think your Gantt's timeLine's width is not Automatic calculated.
How can I solve this situation?
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 06 Aug 2020, 07:11 AM
Hello,
Since in this scenario the pane acts as a container for the Gantt, it might need to be resized programmatically. Try attaching a "resize" event handler to the Splitter and call the Gantt's resize method in the handler:
On a side note, I see you have created a duplicate thread: id 1479041. When you need help with a case, please submit a single one (support ticket or forum thread) per issue.