Question
Can you turn off the ” Hand” mouse cursor when you hover the mouse over a timeitem in GTP.NET?
I have some time items on the gantt representing “non available time”, so have properties AllowMove= false etc. However, I would like them to also be ignored by the mouse over event.
Answer
Yes, you can implement the Gantt.TimeItemArea.OnPreCursorChangeEvent and change the cursor depending on the situation.