Question
How is it possible to draw something in the Left Upper COrner above the Grid.
We want to show the Current Day
Answer
In the GTP.NET you can access the area above the grid like this: gantt1.Grid.Parent and cast the result to Panel.
Question
How is it possible to draw something in the Left Upper COrner above the Grid.
We want to show the Current Day
Answer
In the GTP.NET you can access the area above the grid like this: gantt1.Grid.Parent and cast the result to Panel.