Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Disable the task indent dragging in the grid
posted

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

 

 

  • 5118
    posted

    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.