I noticed that it is possible to change the task indent by dragging the mouse in the grid part of the ganttView. (If you move the mouse around the grid, at the correct spot the cursor becomes left-right symbol and by dragging that symbol, the task's indent changes according to the dragging)
I would like to disable that functionality, but i can't find a way to do that. Is there a setting or cancelable event where i can do this?
thnx
D. de Jong
Hi,
Looks like this post was missed but if you or anyone is wondering you can set the UltraGanttView.GridSettings.AllowChangeIndentation = false to prevent this behavior.