I used the 2014 Q2 winforms version of ganttview.
I don't know how to make cell elements to readonly.
So I decided to just hide and don't show the TextViewElement.
But when I set GanttView.GanttViewElement.TextViewElement.Visibility to Collapsed, it behaves just like setting it to Hidden.
My view on setting visibility to hidden is that the space allocated for a certain element is still reserved
while collapsed makes the space available for other elements.
I would like to know how will I properly collapse TextViewElement so that GanttView will only show the GraphicalViewElement.
Attached image is a sample of a collapse TextViewElement.
I don't know how to make cell elements to readonly.
So I decided to just hide and don't show the TextViewElement.
But when I set GanttView.GanttViewElement.TextViewElement.Visibility to Collapsed, it behaves just like setting it to Hidden.
My view on setting visibility to hidden is that the space allocated for a certain element is still reserved
while collapsed makes the space available for other elements.
I would like to know how will I properly collapse TextViewElement so that GanttView will only show the GraphicalViewElement.
Attached image is a sample of a collapse TextViewElement.