10334 : Is it possible to have some timeitems in the gantt that cannot be resized?

Question

it’s possible to have some timeitems in the gantt that cannot be resized? (not all, some of the depending on custom data in UserReference)

Thank you for your support, the component is very nice and powerful!

Answer

Yes, You can set the FixedSize property to a pixel value on the TimeItemLayout. You also need to set the FixedSizeUse to true.A fixed value cannot be resized and will not stretch on zooming etc. This is good for milestones or bullet points in your schedule.

If the time item really has a stop value but you do not want the user to be able to change it you should set the TimeItemLayout.AllowResizeEast property to false instead.

 

 

Leave a Reply