Print Page | Close Window

Hide tabs bar in Ribbon

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=5600
Printed Date: 20 June 2025 at 3:34am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Hide tabs bar in Ribbon
Posted By: Philip
Subject: Hide tabs bar in Ribbon
Date Posted: 25 November 2006 at 8:26pm
Hi!
 
Is it possible to hide the tabs bar in the Ribbon?
 
I'm only using one tab with multiple groups in it and the tab is useless, because the users don't have anything else to select.
 
I've set the visible of the tab to false but the tabs bar is still present and is taking up space in the window.
 
Here is my code in vb6:
   
Dim RibbonBar As RibbonBar
Dim RibbonTab As RibbonTab
Dim RibbonGroup As RibbonGroup

Set RibbonBar = CommandBars1.AddRibbonBar("The Ribbon")
      RibbonBar.ShowQuickAccess = False
   
Set RibbonTab = RibbonBar.InsertTab(0, "Main") 'this is the only tab I create
      RibbonTab .Id = 1000
      RibbonTabVisible = False
Set RibbonGroup = TabMain.Groups.AddGroup("&Caption", 1001)

Please help! Thank you.


-------------
BORG Design - Sultanescu Philip



Replies:
Posted By: Oleg
Date Posted: 27 November 2006 at 12:46am
Hello,
Sorry, you can't hide them. We will check if it will be possible to add for next release.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Philip
Date Posted: 27 November 2006 at 9:11am
Would be great if it is, thank you!
 
A .TabPaintManager.height property like could be possible, the width already exists so why not. I could set the height to 0 if i don't want it to be visible.


-------------
BORG Design - Sultanescu Philip


Posted By: Philip
Date Posted: 21 December 2006 at 9:11am
Thanks for adding RibbonBar.TabsVisible = False in 10.4
 
Works fine.


-------------
BORG Design - Sultanescu Philip



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net