<?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 : Constrained Docking Direction</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Constrained Docking Direction]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 12:56:31 +0000</pubDate>
  <lastBuildDate>Tue, 26 Jun 2007 15:37:52 +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=7445</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[Constrained Docking Direction : Yeap, also right. Thanks for sharing....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23960&amp;title=constrained-docking-direction#23960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7445<br /><strong>Posted:</strong> 26 June 2007 at 3:37pm<br /><br /><P>Yeap, also right. Thanks for sharing.</P>]]>
   </description>
   <pubDate>Tue, 26 Jun 2007 15:37:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23960&amp;title=constrained-docking-direction#23960</guid>
  </item> 
  <item>
   <title><![CDATA[Constrained Docking Direction : Thanks Oleg. This was working...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23951&amp;title=constrained-docking-direction#23951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 7445<br /><strong>Posted:</strong> 26 June 2007 at 2:03pm<br /><br />Thanks Oleg.&nbsp; This was working for me also:<DIV>&nbsp;</DIV><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'">private</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"> <SPAN style="COLOR: blue">void</SPAN> DockingPane_Action(<SPAN style="COLOR: blue">object</SPAN> sender, AxXtremeDockingPane.<SPAN style="COLOR: #2b91af">_DDockingPaneEvents_ActionEvent</SPAN> e)<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">{<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN><SPAN style="COLOR: blue">switch</SPAN> (e.action)<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>{<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN style="COLOR: blue">case</SPAN> <SPAN style="COLOR: #2b91af">DockingPaneAction</SPAN>.PaneActionDocking:<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN style="COLOR: blue">if</SPAN> ((e.container.Direction == <SPAN style="COLOR: #2b91af">DockingDirection</SPAN>.DockTopOf || e.container.Direction == <SPAN style="COLOR: #2b91af">DockingDirection</SPAN>.DockBottomOf) &amp;&amp;<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>(e.container.Container.Type == <SPAN style="COLOR: #2b91af">DockingPaneType</SPAN>.PaneTypeClient || e.container.Container.Type == <SPAN style="COLOR: #2b91af">DockingPaneType</SPAN>.PaneTypeSplitterContainer))<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>e.cancel = <SPAN style="COLOR: blue">true</SPAN>;<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN style="mso-spacerun: yes">&nbsp;</SPAN><SPAN style="COLOR: blue">break</SPAN>;</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">&nbsp;<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>}<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face="Courier New" size=2>}</FONT></P><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 26 Jun 2007 14:03:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23951&amp;title=constrained-docking-direction#23951</guid>
  </item> 
  <item>
   <title><![CDATA[Constrained Docking Direction : Hi, in vb6 it looks like:  Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23939&amp;title=constrained-docking-direction#23939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7445<br /><strong>Posted:</strong> 26 June 2007 at 1:56am<br /><br />Hi,<DIV>in vb6 it looks like:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub DockingPaneManager_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, ByVal Container As XtremeDockingPane.IPaneActionContainer, Cancel As Boolean)<BR>&nbsp;&nbsp;&nbsp; If Action = PaneActionDocking Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Container.Container Is DockingPaneManager.Layout.TopContainer Or _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Container.Container Is DockingPaneManager.Layout.ClientContainer Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Container.Direction = DockBottomOf Or Container.Direction = DockTopOf Then Cancel = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub</DIV>]]>
   </description>
   <pubDate>Tue, 26 Jun 2007 01:56:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23939&amp;title=constrained-docking-direction#23939</guid>
  </item> 
  <item>
   <title><![CDATA[Constrained Docking Direction : Does anyone know of a way to restrict...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23918&amp;title=constrained-docking-direction#23918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 7445<br /><strong>Posted:</strong> 25 June 2007 at 1:42pm<br /><br /><P>Does anyone know of a way to restrict a pane from docking to the top and bottom of the main frame... but still be able to dock anywhere on another docking pane??</P><DIV>In other words - I'd like to be able to stack docking panes, but only on the left and right sides of the main frame.</DIV><DIV>&nbsp;</DIV><DIV>Cheers ~ jp</DIV>]]>
   </description>
   <pubDate>Mon, 25 Jun 2007 13:42:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7445&amp;PID=23918&amp;title=constrained-docking-direction#23918</guid>
  </item> 
 </channel>
</rss>