<?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 Groups Icon Layout.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon Groups Icon Layout.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 10:01:35 +0000</pubDate>
  <lastBuildDate>Fri, 12 Jan 2007 09:57:58 +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=6035</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 Groups Icon Layout. : have the same problem ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19237&amp;title=ribbon-groups-icon-layout#19237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2648">dandan</a><br /><strong>Subject:</strong> 6035<br /><strong>Posted:</strong> 12 January 2007 at 9:57am<br /><br />have the same problem]]>
   </description>
   <pubDate>Fri, 12 Jan 2007 09:57:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19237&amp;title=ribbon-groups-icon-layout#19237</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Groups Icon Layout. : Thanks, I did your suggestion...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19186&amp;title=ribbon-groups-icon-layout#19186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2656">artsd</a><br /><strong>Subject:</strong> 6035<br /><strong>Posted:</strong> 11 January 2007 at 10:13am<br /><br />Thanks, I did your suggestion and it almost works. The only little problem is the space between the 2 lines. It would be nice if the space was gone.<DIV><img src="https://forum.codejock.com/uploads/20070111_101117_butt&#111;ns.JPG" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Here is the code:</DIV><DIV>&nbsp;</DIV><DIV>CXTPRibbonGroup* pGroupViewListPane = pTabView-&gt;AddGroup("List Pane");<BR>pGroupViewListPane-&gt;SetControlsGrouping(TRUE);<BR>CXTPControl* pTmpControl = NULL;<BR>pGroupViewListPane-&gt;Add(xtpControlButton, ID_VIEW_LARGEICON);<BR>pGroupViewListPane-&gt;Add(xtpControlButton, ID_VIEW_SMALLICON);<BR>pTmpControl = pGroupViewListPane-&gt;Add(xtpControlButton, ID_VIEW_LIST);<BR>pTmpControl-&gt;SetBeginGroup(TRUE);<BR>pGroupViewListPane-&gt;Add(xtpControlButton, ID_VIEW_DETAILS);</DIV><DIV><BR>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 11 Jan 2007 10:13:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19186&amp;title=ribbon-groups-icon-layout#19186</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Groups Icon Layout. : hi, that&amp;#039;s easy :-)  just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19178&amp;title=ribbon-groups-icon-layout#19178</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2648">dandan</a><br /><strong>Subject:</strong> 6035<br /><strong>Posted:</strong> 11 January 2007 at 6:41am<br /><br />hi, that's easy :-)<DIV>&nbsp;</DIV><DIV>just use SetBeginGroup(TRUE) to start a new group at this item and <FONT color=#010001 size=2><P></FONT><FONT color=#010001 size=2>SetControlsGrouping</FONT><FONT size=2>(TRUE) to group them horizontally</P></FONT></DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>...</DIV><DIV><FONT color=#010001 size=2><P>pGroupMonate</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>SetControlsGrouping</FONT><FONT size=2>(TRUE);</P></FONT></DIV><DIV>...</DIV><DIV><FONT size=2><P></FONT><FONT color=#010001 size=2>pGroupMonate</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>Add</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>xtpControlButton</FONT><FONT size=2>, </FONT><FONT color=#010001 size=2>ID_MONAT_5</FONT><FONT size=2>);</P><P></FONT><FONT color=#010001 size=2>pGroupMonate</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>Add</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>xtpControlButton</FONT><FONT size=2>, </FONT><FONT color=#010001 size=2>ID_MONAT_6</FONT><FONT size=2>);</P><P></FONT><FONT color=#010001 size=2>pGroupMonate</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>Add</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>xtpControlButton</FONT><FONT size=2>, </FONT><FONT color=#010001 size=2>ID_MONAT_7</FONT><FONT size=2>)-&gt;</FONT><FONT color=#010001 size=2>SetBeginGroup</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>TRUE</FONT><FONT size=2>);</P></FONT></DIV><DIV>..</DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>then you get something like:</DIV><DIV><img src="https://forum.codejock.com/uploads/20070111_063928_GroupExample.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>i think that's what you're looked for..</DIV>]]>
   </description>
   <pubDate>Thu, 11 Jan 2007 06:41:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19178&amp;title=ribbon-groups-icon-layout#19178</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Groups Icon Layout. : I have a similar request.  In...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19124&amp;title=ribbon-groups-icon-layout#19124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2656">artsd</a><br /><strong>Subject:</strong> 6035<br /><strong>Posted:</strong> 10 January 2007 at 9:53am<br /><br />I have a similar request.<DIV>&nbsp;</DIV><DIV>In this example I have 4 small icons. When the 4 button was added, it wrapped to column 2. I would like to make the 3rd button be the start of column 2 (so the layout will be 2x2).</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070110_095141_group_butt&#111;ns.JPG" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 09:53:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19124&amp;title=ribbon-groups-icon-layout#19124</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Groups Icon Layout. : Hi, Is there any way to set the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19020&amp;title=ribbon-groups-icon-layout#19020</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2643">gibbo</a><br /><strong>Subject:</strong> 6035<br /><strong>Posted:</strong> 08 January 2007 at 4:46pm<br /><br /><P>Hi,</P><DIV>Is there any way to set the width of a CXTPRibbonGroup, so that we can group the buttons within the group.&nbsp; At the moment they seem to be positioned top to bottom, then wrap around to the top.</DIV><DIV>&nbsp;</DIV><DIV>Is it possible to have them wrap left to right?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 16:46:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6035&amp;PID=19020&amp;title=ribbon-groups-icon-layout#19020</guid>
  </item> 
 </channel>
</rss>