<?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 : Change the site of the pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Change the site of the pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 23:05:55 +0000</pubDate>
  <lastBuildDate>Wed, 13 Nov 2013 21:44:34 +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=21990</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[Change the site of the pane : Thanks it works! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71860&amp;title=change-the-site-of-the-pane#71860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 21990<br /><strong>Posted:</strong> 13 November 2013 at 9:44pm<br /><br />Thanks it works!]]>
   </description>
   <pubDate>Wed, 13 Nov 2013 21:44:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71860&amp;title=change-the-site-of-the-pane#71860</guid>
  </item> 
  <item>
   <title><![CDATA[Change the site of the pane : Setting the min and max to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71855&amp;title=change-the-site-of-the-pane#71855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 21990<br /><strong>Posted:</strong> 13 November 2013 at 8:30am<br /><br />Setting the min and max to the same size will lock the pane to a specific size.<div><br></div><div>&nbsp; Pane.MinTrackSize.SetSize 100, 100</div><div>&nbsp; Pane.MaxTrackSize.SetSize 100, 100</div><div><br></div><div>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. The only time both width and height are used is when the pane is floating.</div><div><br></div><div>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:</div><div><br></div><div>&nbsp; 'Remembers previous size settings</div><div>&nbsp; DockingPaneManager.NormalizeSplitter s</div><div><br></div><div>&nbsp; 'Sets the minimum and maximum sizes the splitter can move</div><div>&nbsp; 'Note, this will not resize the pane, it is specifying how</div><div>&nbsp; 'large the user can move the splitters</div><div>&nbsp; 'Maximum\Minimum size will be 0x0 and 200x200</div><div>&nbsp; Pane.MinTrackSize.SetSize 0, 0</div><div>&nbsp; Pane.MaxTrackSize.SetSize 200, 200</div><div><br></div><div><br></div><div>&nbsp; DockingPaneManager.RedrawPanes &nbsp;</div>]]>
   </description>
   <pubDate>Wed, 13 Nov 2013 08:30:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71855&amp;title=change-the-site-of-the-pane#71855</guid>
  </item> 
  <item>
   <title><![CDATA[Change the site of the pane : for anPane objeckt the is no min/max...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71848&amp;title=change-the-site-of-the-pane#71848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 21990<br /><strong>Posted:</strong> 13 November 2013 at 4:03am<br /><br />for an&nbsp;Pane objeckt the is no min/max property. You can only set the&nbsp;MinTrackSize und the&nbsp;MaxTrackSize property.]]>
   </description>
   <pubDate>Wed, 13 Nov 2013 04:03:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71848&amp;title=change-the-site-of-the-pane#71848</guid>
  </item> 
  <item>
   <title><![CDATA[Change the site of the pane : Using min/max you can. See the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71838&amp;title=change-the-site-of-the-pane#71838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 21990<br /><strong>Posted:</strong> 12 November 2013 at 8:50am<br /><br />Using min/max you can. &nbsp;See the SDI Pane sample for an example.]]>
   </description>
   <pubDate>Tue, 12 Nov 2013 08:50:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71838&amp;title=change-the-site-of-the-pane#71838</guid>
  </item> 
  <item>
   <title><![CDATA[Change the site of the pane : Is it possible to change the size...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71833&amp;title=change-the-site-of-the-pane#71833</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 21990<br /><strong>Posted:</strong> 12 November 2013 at 4:01am<br /><br />Is it possible to change the size of the pane after it was created? With the help of the FindPane method it is possible to look for the pane, but its size can not be changed then.]]>
   </description>
   <pubDate>Tue, 12 Nov 2013 04:01:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21990&amp;PID=71833&amp;title=change-the-site-of-the-pane#71833</guid>
  </item> 
 </channel>
</rss>