I am trying to create a kind of Gantt Chart in Winfoms (I can consider to do in Wpf) which should display data as the following image:

Until now I had been try to do it using gridView, which is close to the wanted result but I have not been able to get the vertical line:

There is any way to have this vertical line over the gridView or even a better way to achieve this desired result (picture 1)?