<?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 : &#039;Cascading&#039; Panes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : &#039;Cascading&#039; Panes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:11:20 +0000</pubDate>
  <lastBuildDate>Fri, 20 Aug 2010 23:48:01 +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=11035</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[&#039;Cascading&#039; Panes : Sorry, I meant through the maximize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=59859&amp;title=cascading-panes#59859</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 11035<br /><strong>Posted:</strong> 20 August 2010 at 11:48pm<br /><br />Sorry, I meant through the maximize button on the docking pane itself. <br><br>What I'd really like to see is pane behavior like what's available in VS2010. When a pane is "floated", the pushpin button changes into a min/maximize button. Maximizing the pane causes it to fill the current monitor, and minimizing it restores its previous position.<br>]]>
   </description>
   <pubDate>Fri, 20 Aug 2010 23:48:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=59859&amp;title=cascading-panes#59859</guid>
  </item> 
  <item>
   <title><![CDATA[&#039;Cascading&#039; Panes : Have you looked at the MaxTrackSize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=59858&amp;title=cascading-panes#59858</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 11035<br /><strong>Posted:</strong> 20 August 2010 at 7:02pm<br /><br />Have you looked at the <strong>MaxTrackSize</strong> property of the Pane object? The help info on it says:<br />Used to set the maximum size that a Pane can be re-sized to.<br /><br />And there's an example there, but here's a snippet of that:<br />  'Specifies that Pane B can be no Larger that 130 x 130<br />&nbsp;&nbsp;&nbsp;&nbsp;B.MaxTrackSize.SetSize 130, 130<br /><br />So if you set this value to that of your max monitor resolution, when undock it should be what you want. Be sure to set the MinTrackSize though too or else it won't be resizeable.<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by markr" alt="Originally posted by markr" style="vertical-align: text-bottom;" /> <strong>markr wrote:</strong><br /><br /><br />Any way to make the pane maximize to fill the current monitor when undocked?<br /></td></tr></table> ]]>
   </description>
   <pubDate>Fri, 20 Aug 2010 19:02:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=59858&amp;title=cascading-panes#59858</guid>
  </item> 
  <item>
   <title><![CDATA[&#039;Cascading&#039; Panes :  Any way to make the pane maximize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=59850&amp;title=cascading-panes#59850</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 11035<br /><strong>Posted:</strong> 20 August 2010 at 10:57am<br /><br />Any way to make the pane maximize to fill the current monitor when undocked?]]>
   </description>
   <pubDate>Fri, 20 Aug 2010 10:57:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=59850&amp;title=cascading-panes#59850</guid>
  </item> 
  <item>
   <title><![CDATA[&#039;Cascading&#039; Panes : Hi,  Run Pane sample and in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=36734&amp;title=cascading-panes#36734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11035<br /><strong>Posted:</strong> 14 June 2008 at 5:21am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Run Pane sample and in menu click Caption Buttons-&gt;Maximize/Restore Button</DIV>]]>
   </description>
   <pubDate>Sat, 14 Jun 2008 05:21:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=36734&amp;title=cascading-panes#36734</guid>
  </item> 
  <item>
   <title><![CDATA[&#039;Cascading&#039; Panes : There is a demo here (http://w...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=36724&amp;title=cascading-panes#36724</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 11035<br /><strong>Posted:</strong> 13 June 2008 at 9:18pm<br /><br />There is a demo here (<a href="http://www.codejock.com/products/dockingpane/tour_17.asp" target="_blank">http://www.codejock.com/products/dockingpane/tour_17.asp</a>) which promises some neat stuff. Is there a demo/sample in the XTP MFC package which shows these cascading panes?<br><br>Thx<br><br>Jerry<br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 21:18:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11035&amp;PID=36724&amp;title=cascading-panes#36724</guid>
  </item> 
 </channel>
</rss>