<?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 : [SOLVED]Move 3 Panes at the same time?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : [SOLVED]Move 3 Panes at the same time?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:34:24 +0000</pubDate>
  <lastBuildDate>Thu, 10 Nov 2011 10:49:35 +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=19164</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[[SOLVED]Move 3 Panes at the same time? :  Say I have a,b and c. b is docked...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19164&amp;PID=66786&amp;title=solvedmove-3-panes-at-the-same-time#66786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6775">stuc</a><br /><strong>Subject:</strong> 19164<br /><strong>Posted:</strong> 10 November 2011 at 10:49am<br /><br /><br><br>Say I have a,b and c.&nbsp;&nbsp; b is docked bottom of A, c is docked bottom of b .<br><br>b and c have no captions.<br><br>When moving Pane A,&nbsp; can B and C get to move at the same time ?<br><br><br>I presume if its not bult in I will have to intercept the&nbsp; docking manager_action and then move the panes to dock back wit the moved parent pane.<br><br>After extensive forums reading :S&nbsp; i cant find how to&nbsp; dock an existing pane to another pane other than DockingManager.createpane&nbsp; .....<br><br><br>&#091;solved&#093;<br>Just in case someone else wonders about this <br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub DockingPaneManager_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, ByVal Container As XtremeDockingPane.IPaneActionContainer, Cancel As Boolean)<br><br>If (Action = PaneActionDocked) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' now redock the associated panes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DockingPaneManager.DockPane f, f.MaxTrackSize.Width, f.MaxTrackSize.Height, DockBottomOf, c<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DockingPaneManager.DockPane E, E.MaxTrackSize.Width, E.MaxTrackSize.Height, DockBottomOf, f<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br><br><br>End Sub<br><br></pre></td></tr></table><br><br><br>]]>
   </description>
   <pubDate>Thu, 10 Nov 2011 10:49:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19164&amp;PID=66786&amp;title=solvedmove-3-panes-at-the-same-time#66786</guid>
  </item> 
 </channel>
</rss>