ganttchart icon indicating copy to clipboard operation
ganttchart copied to clipboard

The Winforms Gantt Chart is the .NET Winforms control originally hosted on CodePlex (http://ganttchart.codeplex.com)

Results 13 ganttchart issues
Sort by recently updated
recently updated
newest added

Hi, Possibly a minor point, but the event firing could be more thread-safe by copying the handler to a local variable and then firing the local variable. This prevents potential...

enhancement

Someone suggested AllowTaskDragDrop is better named ReadOnly. There must be a reason why I named it this way in the first place. I will have to confirm the implications and...

enhancement

The chart now only supports finish-start relationship, need to add the other 3 types. Reference: https://www.projectinsight.net/project-management-basics/task-dependencies

enhancement