How to add multiple predecessors to a GanttTaskInfo?

Hi,

Is it possible to add multiple predecessors for a GanttTaskInfo? If I do the following,

parentTask63.PredecessorTask = parentTask20;
parentTask63.PredecessorTask = parentTask21;

the last predecessor task overrides the previous one. What I would like is for the parentTask63 to have parentTask20 and parentTask21 as predecessors. Is this possible? If so please let me know how.

thanks,
Sarah

Not possible in the current public release.

may be if we take some other value and replace the previous one.

It’s possible in the next release?

In gantt 2.0 task may have any number of predecessors