Dear support ,
WinGanttView control is a WinTimeLineView paired with a Grid. I can use only WinTimelineView without grid? How do I bind Tasks in UltracalendarInfo with WinTimeLineView? You can write an example ?
Best Regards, Lello
UltraTimelineView does not display Tasks. There is currently no way to hide the grid entirely, although you can set the GridAreaWidth property to a large value and set VerticalSplitterEnabled to false to prevent the user from resizing the grid/chart areas.
Dear Brian,
I think that should be added to WinGanttView the following properties similar to Microsoft SplitContainer:
WinGanttView.Panel1Collapsed Property Gets or sets a value determining whether Panel1 is collapsed or expandedsee: http://msdn.microsoft.com/en-us/library/system.windows.forms.splitcontainer.panel1collapsed.aspx
WinGanttView.Panel2Collapsed Property Gets or sets a value determining whether Panel2 is collapsed or expanded.See: http://msdn.microsoft.com/en-us/library/system.windows.forms.splitcontainer.panel2collapsed(v=VS.100).aspx
Best Regards - Lello