<?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 : Determine what pane is attached to?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Determine what pane is attached to?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:53:24 +0000</pubDate>
  <lastBuildDate>Wed, 27 Oct 2010 14:55:19 +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=17496</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[Determine what pane is attached to? : Hi all -&#194;&#160;Is there a way to programatically...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17496&amp;PID=61189&amp;title=determine-what-pane-is-attached-to#61189</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4408">RonG</a><br /><strong>Subject:</strong> 17496<br /><strong>Posted:</strong> 27 October 2010 at 2:55pm<br /><br /><p>Hi all - </p><p>Is there a way to programatically determine what a given pane is attached to?</p><p>I am trying to write a generalized routine to resize panes using the .Dockpane method.  I would like to pass in the pane and the new width or height, but I would need to use the pane's existing DockingDirection and Neighbour.</p><p><br></p><p>    Public Sub ResizePane(ByVal prmPane As XtremeDockingPane.Pane, Optional ByVal prmHeight As Integer = -1, Optional ByVal prmWidth As Integer = -1)<br><br>        PaneManager.DockPane(prmPane, prmWidth, prmHeight, <font color="#ff0000">prmPane.DockDirection</font>, <font color="#ff0000">prmPane.Neighbour</font>)<br><br>    End Sub<br><br></p><p>The items in red are what I need to determine.  Does that make sense?</p><p><br></p>]]>
   </description>
   <pubDate>Wed, 27 Oct 2010 14:55:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17496&amp;PID=61189&amp;title=determine-what-pane-is-attached-to#61189</guid>
  </item> 
 </channel>
</rss>