<?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 : Yet Another Pane Width Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Yet Another Pane Width Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 13:19:31 +0000</pubDate>
  <lastBuildDate>Tue, 28 Feb 2006 14:02:15 +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=3711</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[Yet Another Pane Width Problem : Beautiful!That works. Thanks! ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11225&amp;title=yet-another-pane-width-problem#11225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 3711<br /><strong>Posted:</strong> 28 February 2006 at 2:02pm<br /><br />Beautiful!<br><br>That works.&nbsp; Thanks!<br>]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 14:02:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11225&amp;title=yet-another-pane-width-problem#11225</guid>
  </item> 
  <item>
   <title><![CDATA[Yet Another Pane Width Problem : if floating then: Set A = DockingPaneManager.FindPane(3)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11224&amp;title=yet-another-pane-width-problem#11224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3711<br /><strong>Posted:</strong> 28 February 2006 at 1:52pm<br /><br />if floating then:<br><br>&nbsp;&nbsp;&nbsp; Set A = DockingPaneManager.FindPane(3)<br>&nbsp;&nbsp;&nbsp; DockingPaneManager.FloatPane A, 0, 0, 692, 620<br>]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 13:52:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11224&amp;title=yet-another-pane-width-problem#11224</guid>
  </item> 
  <item>
   <title><![CDATA[Yet Another Pane Width Problem : I&amp;#039;m not sure how that helps....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11222&amp;title=yet-another-pane-width-problem#11222</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 3711<br /><strong>Posted:</strong> 28 February 2006 at 12:39pm<br /><br />I'm not sure how that helps.&nbsp; When the user clicks the check box I want the form/pane to expand.&nbsp; If they uncheck the check box it needs to go back to the smaller size.&nbsp; I'm confused at how anything in Form_Load would affect the pane getting resized after it's not docked.]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 12:39:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11222&amp;title=yet-another-pane-width-problem#11222</guid>
  </item> 
  <item>
   <title><![CDATA[Yet Another Pane Width Problem : You can set this Track Sizes in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11221&amp;title=yet-another-pane-width-problem#11221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3711<br /><strong>Posted:</strong> 28 February 2006 at 12:34pm<br /><br />You can set this Track Sizes in Form_Load and after make it floating.]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 12:34:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11221&amp;title=yet-another-pane-width-problem#11221</guid>
  </item> 
  <item>
   <title><![CDATA[Yet Another Pane Width Problem : Yeah, I saw that post. That&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11220&amp;title=yet-another-pane-width-problem#11220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 3711<br /><strong>Posted:</strong> 28 February 2006 at 12:06pm<br /><br />Yeah, I saw that post.&nbsp; That's where I originally saw the .RedrawPanes line.&nbsp; However, I guess I should have mentioned that this is a floating pane and is never docked.<br><br>I tried the following:<br><br>Set a = frmParent.DockingPaneManager.FindPane(3)<br>a.MinTrackSize.SetSize 690, 620<br>a.MinTrackSize.SetSize 690, 620<br>frmParent.DockingPaneManager.RedrawPanes<br><br>but the form still does not resize on it's own.&nbsp; It does act a little differently now in that if I click on the edge of the form when I have the resize cursor it jumps to the specified size.&nbsp; Still doesn't do it without the mouse though.<br>]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 12:06:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11220&amp;title=yet-another-pane-width-problem#11220</guid>
  </item> 
  <item>
   <title><![CDATA[Yet Another Pane Width Problem : check this post out...first set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11217&amp;title=yet-another-pane-width-problem#11217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3711<br /><strong>Posted:</strong> 28 February 2006 at 11:09am<br /><br />check this post out...first set the min and max to the same value to resize the pane, then change it to allow resize:<br><br> https://forum.codejock.com/forum_posts.asp?TID=3602&amp;KW=n ormalize<br>]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 11:09:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11217&amp;title=yet-another-pane-width-problem#11217</guid>
  </item> 
  <item>
   <title><![CDATA[Yet Another Pane Width Problem : After reviewing previous posts...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11216&amp;title=yet-another-pane-width-problem#11216</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 3711<br /><strong>Posted:</strong> 28 February 2006 at 10:59am<br /><br />After reviewing previous posts about pane width, none of them seem to work with simply setting the width of a pane and having it show at that width.&nbsp; It seems that many problems would be answered ahead of time if there were a pane.width and pane.height property that we could just set to what we want and have the pane resize to that property value.<br><br>That said, what I am trying to do is show a form on a pane.&nbsp; That works fine.&nbsp; However, when the user checks a checkbox, I want the form and the pane to widen out to show more options.&nbsp; When they uncheck it, I want it to go back to it's original width.&nbsp; However, the following code isn't quite working:<br><br>Set a = frmParent.DockingPaneManager.FindPane(3)<br>a.MinTrackSize.SetSize 690, 620<br>frmParent.DockingPaneManager.RedrawPanes<br><br>It does change the mintracksize but if I want the pane to show at that width, I have to manually resize it with the mouse.<br><br>Any suggestions?<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 10:59:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3711&amp;PID=11216&amp;title=yet-another-pane-width-problem#11216</guid>
  </item> 
 </channel>
</rss>