<?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 : DockingPanel Layout suggestion</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : DockingPanel Layout suggestion]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 23:48:02 +0000</pubDate>
  <lastBuildDate>Fri, 11 May 2007 11:54:16 +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=6580</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[DockingPanel Layout suggestion : setting the A.MaxTrackSize.Height...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6580&amp;PID=22785&amp;title=dockingpanel-layout-suggestion#22785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 6580<br /><strong>Posted:</strong> 11 May 2007 at 11:54am<br /><br />setting the&nbsp; A.MaxTrackSize.Height = 40 will make it not move all over the place.&nbsp;]]>
   </description>
   <pubDate>Fri, 11 May 2007 11:54:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6580&amp;PID=22785&amp;title=dockingpanel-layout-suggestion#22785</guid>
  </item> 
  <item>
   <title><![CDATA[DockingPanel Layout suggestion : Hello,This simple code will  make...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6580&amp;PID=20978&amp;title=dockingpanel-layout-suggestion#20978</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 6580<br /><strong>Posted:</strong> 07 March 2007 at 8:11am<br /><br />Hello,<br>This simple code&nbsp; will  make me crazy ... <br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim A As Pane, B As Pane, C As Pane, D As Pane<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set A = DockingPaneManager.CreatePane(1, 600, 40, DockBottomOf, Nothing)<br>&nbsp;&nbsp;&nbsp; A.Title = "A"<br>&nbsp;&nbsp;&nbsp; A.Options = PaneNoCloseable + PaneNoFloatable<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set B = DockingPaneManager.CreatePane(2, 600, 200, DockTopOf, A)<br>&nbsp;&nbsp;&nbsp; B.Title = "B"<br>&nbsp;&nbsp;&nbsp; B.Options = PaneNoHideable + PaneNoCloseable + PaneNoFloatable<br>&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set C = DockingPaneManager.CreatePane(3, 120, 120, DockRightOf, Nothing)<br>&nbsp;&nbsp;&nbsp; C.Title = "C"<br>&nbsp;&nbsp;&nbsp; C.Options = PaneNoCloseable + PaneNoFloatable<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set D = DockingPaneManager.CreatePane(4, 120, 120, DockBottomOf, C)<br>&nbsp;&nbsp;&nbsp; D.Title = "D"<br>&nbsp;&nbsp;&nbsp; D.Options = PaneNoCloseable + PaneNoFloatable<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; DockingPaneManager.Options.HideClient = True<br><br>End Sub<br></pre></td></tr></table><br><br>I cannot understand why panel A has a strange behavior. When I click on hide / show, the position is not correct. The more I click hide/show, the more panels are docked wrong. <br>What I wish is easy to understand (panel A should stay in the bottom of panel B and not occupy the space of panel D). Any suggestion?<br><br>Thank you<br><br>Alberto<br><br><br>]]>
   </description>
   <pubDate>Wed, 07 Mar 2007 08:11:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6580&amp;PID=20978&amp;title=dockingpanel-layout-suggestion#20978</guid>
  </item> 
 </channel>
</rss>