How to increase/decrease width Header Column in ASP.Net
Asked by Anonymous
9 years ago.
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
Answer posted by Dan Letecky [DayPilot]
9 years ago.
You can use the CellWidth property:
<DayPilot:DayPilotGantt
...
CellWidth="20" />
Comment posted by Anonymous
9 years ago.
Great.
Thank you very much.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.