<?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 : pane width/resize</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : pane width/resize]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 13:19:34 +0000</pubDate>
  <lastBuildDate>Mon, 04 Oct 2004 03:47:19 +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=856</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[pane width/resize : in that way I can know if has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3317&amp;title=pane-width-resize#3317</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=715">cory</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 04 October 2004 at 3:47am<br /><br /><P>in that way I can know if has been made a resize of the panel by user when panel is pinned?</P><P>Thanks</P>]]>
   </description>
   <pubDate>Mon, 04 Oct 2004 03:47:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3317&amp;title=pane-width-resize#3317</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : Right, Boyd. It will be ability...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3287&amp;title=pane-width-resize#3287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 29 September 2004 at 11:45pm<br /><br /><P>Right, Boyd. It will be ability to do it.</P><P>&nbsp;</P><P>Code for future:</P><P>&nbsp;&nbsp;&nbsp; Set A = DockingPaneManager.FindPane(1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; A.MinTrackSize.SetSize 50, 50<BR>&nbsp;&nbsp;&nbsp; A.MaxTrackSize.SetSize 50, 50<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; DockingPaneManager.RecalcLayout<BR>&nbsp;&nbsp;&nbsp; DockingPaneManager.NormalizeSplitters<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; A.MinTrackSize.SetSize 0, 0<BR>&nbsp;&nbsp;&nbsp; A.MaxTrackSize.SetSize 32000, 32000</P>]]>
   </description>
   <pubDate>Wed, 29 Sep 2004 23:45:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3287&amp;title=pane-width-resize#3287</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : I tried that, but as soon as you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3282&amp;title=pane-width-resize#3282</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 29 September 2004 at 8:05am<br /><br />I tried that, but as soon as you set the min size it will getresized.&nbsp; This only seems to happen when setting the min size, Ican change the max size without it resizing.<br>]]>
   </description>
   <pubDate>Wed, 29 Sep 2004 08:05:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3282&amp;title=pane-width-resize#3282</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize :   SuperMario wrote:you have a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3281&amp;title=pane-width-resize#3281</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 29 September 2004 at 7:55am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by SuperMario" alt="Originally posted by SuperMario" style="vertical-align: text-bottom;" /> <strong>SuperMario wrote:</strong><br /><br />you have a pane that you read its width and height to be 100x100, you want to make it 200x200, you would change the minimum size to 200x200 and the pane will resize.&nbsp; The only drawback is you can't resize it any smaller that 200x200.</td></tr></table> </P><P>Wouldn't you be able to set the minimum to 200x200 to force the resize and then, after the resize is complete,&nbsp;remove the size restrictions to allow resizing of the pane again?&nbsp; Just a thought.&nbsp; I look forward to this feature in the new release.</P>]]>
   </description>
   <pubDate>Wed, 29 Sep 2004 07:55:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3281&amp;title=pane-width-resize#3281</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : In the next release you will have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3270&amp;title=pane-width-resize#3270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 28 September 2004 at 9:55am<br /><br />In the next release you will have the ability to set an minimum andmaximum width\height.&nbsp; By setting the minimum and maximum to thesame value, you would be able to stop the user from resizing thepane.&nbsp; This feature is nice when you want to float a pane.&nbsp;By changing the minimum and maximum setting you would be able to resizea pane by code.&nbsp; For example, you have a pane that you read itswidth and height to be 100x100, you want to make it 200x200, you wouldchange the minimum size to 200x200 and the pane will resize.&nbsp; Theonly drawback is you can't resize it any smaller that 200x200.&nbsp; Sothis isn't a total solution, but it is a step in the right direction.]]>
   </description>
   <pubDate>Tue, 28 Sep 2004 09:55:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3270&amp;title=pane-width-resize#3270</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : I&amp;#039;m interested in this too...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3269&amp;title=pane-width-resize#3269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=615">Woody</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 28 September 2004 at 8:40am<br /><br />I'm interested in this too - changing a docking&nbsp;panesize&nbsp;width or height&nbsp;from code. And how to fix a singlePanes' width and stop user resizing width with splitter.<br><br>Any help appreciated. <br>]]>
   </description>
   <pubDate>Tue, 28 Sep 2004 08:40:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3269&amp;title=pane-width-resize#3269</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : Is possibleto changing a dockingpane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3235&amp;title=pane-width-resize#3235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=715">cory</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 24 September 2004 at 10:29am<br /><br /><P>Is possible&nbsp;to changing a docking&nbsp;pane size&nbsp;width or height&nbsp;from code?</P><P>Thanks</P>]]>
   </description>
   <pubDate>Fri, 24 Sep 2004 10:29:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=3235&amp;title=pane-width-resize#3235</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : Actually I was using a cool bar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=2242&amp;title=pane-width-resize#2242</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=583">pwhang</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 17 June 2004 at 2:40pm<br /><br /><P>Actually I was using a cool bar directly referenced by a pane.&nbsp; I have since changed the handle to a form handle and am passing events to the MDI form through a public sub.</P><P>Thanks</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 17 Jun 2004 14:40:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=2242&amp;title=pane-width-resize#2242</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : The toolbar should automatically...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=2241&amp;title=pane-width-resize#2241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 17 June 2004 at 2:36pm<br /><br />The toolbar should automatically resize with the pane.&nbsp; Can youpost a sample project or code that illustrates your problem. &nbsp; Iam assuming that you have a form with a CommandBars control that isbeing attached to the pane.]]>
   </description>
   <pubDate>Thu, 17 Jun 2004 14:36:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=2241&amp;title=pane-width-resize#2241</guid>
  </item> 
  <item>
   <title><![CDATA[pane width/resize : Is there any way of reading a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=2240&amp;title=pane-width-resize#2240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=583">pwhang</a><br /><strong>Subject:</strong> 856<br /><strong>Posted:</strong> 17 June 2004 at 1:42pm<br /><br /><P>Is there any way of reading a specific pane's width? </P><P>I have a toolbar directly connected to a pane and it doesn't resize with the pane.</P><P>Thanks</P><P>Peter</P>]]>
   </description>
   <pubDate>Thu, 17 Jun 2004 13:42:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=856&amp;PID=2240&amp;title=pane-width-resize#2240</guid>
  </item> 
 </channel>
</rss>