<?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 : Moving ribbon tabs, groups and controls</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Moving ribbon tabs, groups and controls]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 05:37:23 +0000</pubDate>
  <lastBuildDate>Sat, 05 Dec 2009 17:31:04 +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=15783</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[Moving ribbon tabs, groups and controls : I found I can easily move a tab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15783&amp;PID=55416&amp;title=moving-ribbon-tabs-groups-and-controls#55416</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 15783<br /><strong>Posted:</strong> 05 December 2009 at 5:31pm<br /><br />I found I can easily move a tab by getting the tab manager from the tab and calling the MoveItem method of the tab manager.<DIV>&nbsp;</DIV><DIV>Moving a group was not so easy (or cheap). I had to get the groups object. Insert a new object at the desired location. Then call the Copy method on the new group I just inserted passing in the group I originally wanted to move. Then I deleted the original group.</DIV><DIV>&nbsp;</DIV><DIV>I could not find a way to just move the original group. I tried addreffing the original group and calling Remove but the group deleted all the controls and I ended up with an empy group when I reinserted it where I wanted it. So I have to suffer having all the controls cloned and the original controls deleted (along with the original group).</DIV><DIV>&nbsp;</DIV><DIV>It sure would have been great if there was a bit of symmetry and the groups object, like the tab manager, had a MoveItem method.</DIV><DIV>&nbsp;</DIV><DIV>I have not yet got to moving a control. I sure hope there is an easy (and cheap) way to move&nbsp;a control.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 05 Dec 2009 17:31:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15783&amp;PID=55416&amp;title=moving-ribbon-tabs-groups-and-controls#55416</guid>
  </item> 
  <item>
   <title><![CDATA[Moving ribbon tabs, groups and controls : I am working on customization...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15783&amp;PID=55407&amp;title=moving-ribbon-tabs-groups-and-controls#55407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 15783<br /><strong>Posted:</strong> 05 December 2009 at 12:44pm<br /><br />I am working on customization of our ribbon.<DIV>&nbsp;</DIV><DIV>How do I move a ribbon tab?</DIV><DIV>&nbsp;</DIV><DIV>How do I move a group?</DIV><DIV>&nbsp;</DIV><DIV>How do I move a control?</DIV><DIV>&nbsp;</DIV><DIV>I have not found any methods that support this. Calling the Remove methods so I can then call an insert method causes deletion of the control.</DIV><DIV>&nbsp;</DIV><DIV>Should I just call the "get at" method, addref the item and then call remove and insert or is there direct support for this that I have missed?</DIV>]]>
   </description>
   <pubDate>Sat, 05 Dec 2009 12:44:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15783&amp;PID=55407&amp;title=moving-ribbon-tabs-groups-and-controls#55407</guid>
  </item> 
 </channel>
</rss>