Ribbon Auto-hide Mode

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available BCGControlBar for .NET

When auto-hide mode is on, the Ribbon bar is replaced with a thin bar and when user clicks this bar, the Ribbon bar appear as a popup window.

Please note that auto-hide mode is not compatible with a Ribbon DWM ("aero") caption, therefore auto-hide mode will be automatically closed when user activates an "aero" visual theme (e.g. Office 2007 or 2010).

Ribbon in the auto-hide mode:

Ribbon in the auto-hide mode:

Sample code:

CBCGPRibbonBar m_wndRibbonBar;
...
m_wndRibbonBar.SetAutoHideMode();