10814 : I want to change the cursor while resizing the time item and while moving the time item?

Question

I want to change the cursor while resizing the time item and while moving the time item, how is it possible ?

Answer

You can implement the OnPreCursorChangeEvent on Gantt.TimeItemArea

You can check the Gantt.MouseMoveKind to get information about ongoing operations.

You can also look at this article https://plexityhide.com/faqs_gen_GTPNET/10547.htm

Leave a Reply