<?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 : CXTPSplitterWnd</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPSplitterWnd]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 08:54:54 +0000</pubDate>
  <lastBuildDate>Sun, 05 Sep 2004 20:22: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=1143</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[CXTPSplitterWnd : I have an application where i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1143&amp;PID=2983&amp;title=cxtpsplitterwnd#2983</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=723">phegaro</a><br /><strong>Subject:</strong> 1143<br /><strong>Posted:</strong> 05 September 2004 at 8:22pm<br /><br />I have an application where i am using splitter wnds inside spliltterwnds inside splitter wnds. The problem that i have is that theouter-most spliltter wnd will not resize properly. It just move alittle bit each time i try to resize the splitter. If i change theouter-most spliltter wnd to a CSplitterWnd, then the problem goes away.Does anyone have any suggestions. Here is the code from theMainFrm:OnCreateClient<br><br>&nbsp;&nbsp;&nbsp; // Create the first two rows to split the Data Window and the Properties View<br>&nbsp;&nbsp;&nbsp; if (!m_wndDataPropertiesSplitter.CreateStatic(this,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2,  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br><br>&nbsp;&nbsp;&nbsp; // Split the Top Row into the Navigation View and the ContentView columns<br>&nbsp;&nbsp;&nbsp; if (!m_wndNavigationContentSplitter.CreateStatic (&amp;m_wndDataPropertiesSplitter,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1, 2,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WS_CHILD | WS_VISIBLE | WS_BORDER, <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_wndDataPropertiesSplitter.IdFromRowCol (0, 0)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br><br><br>&nbsp;&nbsp;&nbsp; // Add the Properties View to the bottom row<br>&nbsp;&nbsp;&nbsp; if (!m_wndDataPropertiesSplitter.CreateView (1, 0, <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; RUNTIME_CLASS (CPropertiesView), CSize (0, 0), pContext))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br><br>&nbsp;&nbsp;&nbsp; // Make the top row at least 200 px big and ideally 500 pix big<br>&nbsp;&nbsp;&nbsp; m_wndDataPropertiesSplitter.SetRowInfo (0, 200, 200);<br>&nbsp;&nbsp;&nbsp; m_wndDataPropertiesSplitter.SetRowInfo (1, 200, 0);<br>&nbsp;&nbsp;&nbsp; m_wndDataPropertiesSplitter.SetSplitterStyle (XT_SPLIT_DOTTRACKER);<br><br><br>&nbsp;&nbsp;&nbsp; // Add the Navigatino View to the first column<br>&nbsp;&nbsp;&nbsp; if (!m_wndNavigationContentSplitter.CreateView (0, 0,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; RUNTIME_CLASS (CNavigationView), CSize (200, 50), pContext))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br><br>&nbsp;&nbsp;&nbsp; // Splilt the Conent View into the Content Row and the Caption Row<br>&nbsp;&nbsp;&nbsp; if  (!m_wndContentCaptionSplitter.CreateStatic(&amp;m_wndNavigat ionContentSplitter,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2, 1,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WS_CHILD | WS_VISIBLE | WS_BORDER, <br>&nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;m_wndNavigationContentSplitter.IdFromRow Col (0, 1)// TODO: adjust thenumber of rows, columns<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br><br>&nbsp;&nbsp;&nbsp; // Add the CaptionView to Row 1<br>&nbsp;&nbsp;&nbsp; if (!m_wndContentCaptionSplitter.CreateView (0, 0,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; RUNTIME_CLASS (CCaptionView), CSize (0, 40), pContext))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br><br>&nbsp;&nbsp;&nbsp; // Add the Contnet View to Row 2<br>&nbsp;&nbsp;&nbsp; if (!m_wndContentCaptionSplitter.CreateView (1, 0,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; RUNTIME_CLASS (CContentView), CSize (0, 0), pContext))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br><br><br>Any help would be appreciated. <br>]]>
   </description>
   <pubDate>Sun, 05 Sep 2004 20:22:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1143&amp;PID=2983&amp;title=cxtpsplitterwnd#2983</guid>
  </item> 
 </channel>
</rss>