I downloaded TutorialGanttProjectManagement and I want to adjust the width of Header Column according to my requirement.
How can I do that?
Please help me for this
Thanks
You can use the CellWidth property:
<DayPilot:DayPilotGantt ... CellWidth="20" />
Great.
Thank you very much.