![]() |
Hide tabs bar in Ribbon |
Post Reply
|
| Author | |
Philip
Newbie
Joined: 25 November 2006 Location: Romania Status: Offline Points: 28 |
Post Options
Thanks(0)
Quote Reply
Topic: Hide tabs bar in RibbonPosted: 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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Philip
Newbie
Joined: 25 November 2006 Location: Romania Status: Offline Points: 28 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Philip
Newbie
Joined: 25 November 2006 Location: Romania Status: Offline Points: 28 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 December 2006 at 9:11am |
|
Thanks for adding RibbonBar.TabsVisible = False in 10.4
Works fine.
|
|
|
BORG Design - Sultanescu Philip
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |