You can move a task at run time using the up or down arrows located on the C1GanttView toolbar or you can move tasks programmatically using the RemoveAt and Insert methods.
After clicking the Move Task Up button the Editing phase task is moved up one position.
To move a task programmatically, complete the following:
To write code in Visual Basic
Visual Basic |
Copy Code
|
---|---|
|
To write code in C#
C# |
Copy Code
|
---|---|
|