Copyright Accelerated Ideas 2007 Legacy Blog Posts | Blog Home | .NET Components

AITaskList – Manual movement of task items


1/2/2007

Developers who want to manipulate the order of task items manually can use the manual MoveTaskItem method:

public void MoveTaskItem(int FromPos, int ToPos)


The call to MoveTaskItem requires the index of the task item to move and the new index position to move the task item to.

For more information on the features of AITaskList refer to the readme.htm file included in the download


< Blog Home