<?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 : Setting a Pane size</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Setting a Pane size]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 21:09:06 +0000</pubDate>
  <lastBuildDate>Mon, 06 Feb 2006 23:39:45 +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=3602</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[Setting a Pane size : Thanks, that did the trick perfectly....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3602&amp;PID=10841&amp;title=setting-a-pane-size#10841</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3602<br /><strong>Posted:</strong> 06 February 2006 at 11:39pm<br /><br />Thanks, that did the trick perfectly.]]>
   </description>
   <pubDate>Mon, 06 Feb 2006 23:39:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3602&amp;PID=10841&amp;title=setting-a-pane-size#10841</guid>
  </item> 
  <item>
   <title><![CDATA[Setting a Pane size : Setting the min and max to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3602&amp;PID=10827&amp;title=setting-a-pane-size#10827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3602<br /><strong>Posted:</strong> 06 February 2006 at 7:50am<br /><br />Setting the min and max to the same size will lock the pane to a specific size.<br><br>&nbsp;&nbsp;&nbsp; Pane.MinTrackSize.SetSize 100, 100<br>&nbsp;&nbsp;&nbsp; Pane.MaxTrackSize.SetSize 100, 100<br><br>If the pane is docked to the Left\Right, then the "Width" will be used, if Top\Bottom, then the "Height" specified will be used.&nbsp; The only time both width and height are used is when the pane is floating.<br><br>If you do not want the pane "locked", then use the code above to resize the pane to the desired size, then use this code to set the mix\max the pane can be sized to:<br><br>&nbsp;&nbsp;&nbsp; <font ="comment">'Remembers previous size settings</font><br> &nbsp;&nbsp;&nbsp;&nbsp;DockingPaneManager.NormalizeSplitter s<br><br>&nbsp;&nbsp;&nbsp;&nbsp;<font ="comment">'Sets the minimum and maximum sizes the splitter can move</font><br>&nbsp;&nbsp;&nbsp;&nbsp;<font ="comment">'Note, this will not resize the pane, it is specifying how</font><br>&nbsp;&nbsp;&nbsp;&nbsp;<font ="comment">'large the user can move the splitters</font><br>&nbsp;&nbsp;&nbsp;&nbsp;<font ="comment">'Maximum\Minimum size will be 0x0 and 200x200</font><br>&nbsp;&nbsp;&nbsp; Pane.MinTrackSize.SetSize 0, 0<br>&nbsp;&nbsp;&nbsp; Pane.MaxTrackSize.SetSize 200, 200<br><br><br>&nbsp;&nbsp;&nbsp; DockingPaneManager.RedrawPanes<br>]]>
   </description>
   <pubDate>Mon, 06 Feb 2006 07:50:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3602&amp;PID=10827&amp;title=setting-a-pane-size#10827</guid>
  </item> 
  <item>
   <title><![CDATA[Setting a Pane size : I have a Pane docked along the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3602&amp;PID=10820&amp;title=setting-a-pane-size#10820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3602<br /><strong>Posted:</strong> 05 February 2006 at 3:42pm<br /><br />I have a Pane docked along the left side. When the mouse moves over the button along the left the Pane pops out. Is there a way to set the Pane to a specifc size? Much how the Pane will "recall" the size after adusting the width. Is it possible to set the Pane to a specific size? I see that you can set a min/max size but I don't see a specific size. Is that possible?]]>
   </description>
   <pubDate>Sun, 05 Feb 2006 15:42:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3602&amp;PID=10820&amp;title=setting-a-pane-size#10820</guid>
  </item> 
 </channel>
</rss>