<?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 : HOWTO: Rearrange tabs of CXTPTabControl by code</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : HOWTO: Rearrange tabs of CXTPTabControl by code]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 20:38:14 +0000</pubDate>
  <lastBuildDate>Thu, 07 Jul 2022 13:17:25 +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=24304</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[HOWTO: Rearrange tabs of CXTPTabControl by code : Forget the question, just found...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24304&amp;PID=78478&amp;title=howto-rearrange-tabs-of-cxtptabcontrol-by-code#78478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 24304<br /><strong>Posted:</strong> 07 July 2022 at 1:17pm<br /><br />Forget the question, just found the answer in my own legacy code. It's been prevented using a strange solution.<br>]]>
   </description>
   <pubDate>Thu, 07 Jul 2022 13:17:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24304&amp;PID=78478&amp;title=howto-rearrange-tabs-of-cxtptabcontrol-by-code#78478</guid>
  </item> 
  <item>
   <title><![CDATA[HOWTO: Rearrange tabs of CXTPTabControl by code : Hi;I try in vain to rearrange...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24304&amp;PID=78477&amp;title=howto-rearrange-tabs-of-cxtptabcontrol-by-code#78477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 24304<br /><strong>Posted:</strong> 07 July 2022 at 12:28pm<br /><br /><div>Hi;</div><div><br></div><div>I try in vain to rearrange tab items by code using CXTPTabControl::MoveItem().</div><div>For example, I want to bring the last item to the front using</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode">auto Item=Control_.GetItem(Control_.GetItemCount()-1);</div><div>if (Item!=nullptr) {</div><div>&nbsp; Control_.MoveItem(Item, 0);</div><div>}</pre></td></tr></table></div><div><br></div><div>but nothing happens, all tabs are shown at their initial position as inserted when the control has been created!<br>Is it due to the fact that a few items inbetween are not visible?<br></div><div><br></div><div>What's wrong?<br></div>]]>
   </description>
   <pubDate>Thu, 07 Jul 2022 12:28:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24304&amp;PID=78477&amp;title=howto-rearrange-tabs-of-cxtptabcontrol-by-code#78477</guid>
  </item> 
 </channel>
</rss>