Collapsible Groups (Grouped Items)

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

The Gantt Chart supports item's hierarchy, which allows grouping of tasks that logically belong to one project.

Collapsible Groups (Grouped Items)

Sample code:

pItemGroup = new CBCGPGanttItem;
pItemGroup->SetGroupItem(TRUE);

pSubItem = new CBCGPGanttItem;
pSubItem->SetHierarchyLevel(1);