<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Ribbon Tabs and Groups?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon Tabs and Groups?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 21:36:59 +0000</pubDate>
  <lastBuildDate>Wed, 11 Feb 2009 13:29:11 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13392</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Ribbon Tabs and Groups? : I&amp;#039;ve been getting a bit confused...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13392&amp;PID=45348&amp;title=ribbon-tabs-and-groups#45348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13392<br /><strong>Posted:</strong> 11 February 2009 at 1:29pm<br /><br />I've been getting a bit confused when using the RibbonBar, though I have muddled my way through to get things working. But I wonder if anyone can clarify how things are supposed to work... (or correct my comments below)<br><br><br>If you have a RibbonBar and put some Controls on it, they have to go onto a panel called a Tab. (I will call this the tabPANEL).&nbsp; There can be a bit sticking up at top of this panel, like a conventional Tab (I will call this the TAB). The controls can be divided into Groups. I think you must have at least one Group.<br><br>There is a property .TabsVisible.&nbsp; This seems to hide/show the TABs, but leaves the tabPANEL visible.&nbsp; <br>There is a property .GroupsVisible. This hides/shows the entire tabPANEL.<br>Each TabPanel has the property&nbsp;&nbsp; .Tab(x).Visible&nbsp;&nbsp; which can hide/show the TAB of that TabPANEL.<br><br>If I use RB.TabsVisible = False&nbsp;&nbsp;&nbsp; the TABs are not shown, but the big round System Button (top left) also disappears and is replaced by its text caption.<br>So to show a tabPANEL without a TAB above it, I have to use&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RB.TabsVisible = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RB.Tab(x).Visible = False<br><br>If I use .GroupsVisible = False, the entire RB disappears, so if I want to display a blank RB I create a tabPANEL with no controls on it. This works nicely.<br>(One reason for doing this is to avoid the screen moving around if I want to quickly swap to a Form that doesn't require the RB, and then back. Without the blank tabPANEL the effect is like the RB minimises and then opens again so all the forms move up and down. )<br><br>Have you found different or better ways of doing things?<br><br><br><br><br>]]>
   </description>
   <pubDate>Wed, 11 Feb 2009 13:29:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13392&amp;PID=45348&amp;title=ribbon-tabs-and-groups#45348</guid>
  </item> 
 </channel>
</rss>