<?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 : Fixing position of tabs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Fixing position of tabs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:20:51 +0000</pubDate>
  <lastBuildDate>Mon, 19 Apr 2010 11:15: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=16611</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[Fixing position of tabs : And of course after posting this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16611&amp;PID=58135&amp;title=fixing-position-of-tabs#58135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5506">tbrezins</a><br /><strong>Subject:</strong> 16611<br /><strong>Posted:</strong> 19 April 2010 at 11:15am<br /><br />And of course after posting this I figured it out so I'll post the answer in case someone else needs it:<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />LRESULT OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (wParam == XTP_DPN_ACTION)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  XTP_DOCKINGPANE_ACTION* pAction = (XTP_DOCKINGPANE_ACTION*)lParam;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  if(pAction-&gt;action == xtpPaneActionDragging) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pAction-&gt;bCancel=TRUE;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return 1;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<br /></pre></td></tr></table>]]>
   </description>
   <pubDate>Mon, 19 Apr 2010 11:15:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16611&amp;PID=58135&amp;title=fixing-position-of-tabs#58135</guid>
  </item> 
  <item>
   <title><![CDATA[Fixing position of tabs : So I&amp;#039;ve got an instance where...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16611&amp;PID=58134&amp;title=fixing-position-of-tabs#58134</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5506">tbrezins</a><br /><strong>Subject:</strong> 16611<br /><strong>Posted:</strong> 19 April 2010 at 10:49am<br /><br />So I've got an instance where I dock several panes to the bottom so they appear as tabs.  However I need to prevent the user from moving/reordering the tabs.  Is there any way to do this?  I've looked at the docs, especially the CXTPDockingPaneManager and I'm not seeing any options.]]>
   </description>
   <pubDate>Mon, 19 Apr 2010 10:49:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16611&amp;PID=58134&amp;title=fixing-position-of-tabs#58134</guid>
  </item> 
 </channel>
</rss>