<?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 : Set AutoScrollMinSize could raise a bug?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Set AutoScrollMinSize could raise a bug?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 11:48:59 +0000</pubDate>
  <lastBuildDate>Thu, 10 Apr 2008 11:11:35 +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=10161</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[Set AutoScrollMinSize could raise a bug? : Hi,  When attaching a form or...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33424&amp;title=set-autoscrollminsize-could-raise-a-bug#33424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10161<br /><strong>Posted:</strong> 10 April 2008 at 11:11am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>When attaching a form or picturebox to a pane the contents of the pane will be resized to the size of the pane. If you want to set a minimum/maximum for the form/picturebox you&nbsp;can set the min/maxTrackSize.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 11:11:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33424&amp;title=set-autoscrollminsize-could-raise-a-bug#33424</guid>
  </item> 
  <item>
   <title><![CDATA[Set AutoScrollMinSize could raise a bug? : oh, yes, I&amp;#039;m in C#. I didn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33385&amp;title=set-autoscrollminsize-could-raise-a-bug#33385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1219">wb197</a><br /><strong>Subject:</strong> 10161<br /><strong>Posted:</strong> 10 April 2008 at 1:31am<br /><br /><P>oh, yes, I'm in C#.</P><DIV>I didn't set the pane size property. I just set the form size. </DIV><DIV>It seems resizing pane size will affect the form size.</DIV><DIV>And the locking feature only occurs after the scrollbar shown.</DIV><DIV>&nbsp;</DIV><DIV>I'll try set pane.MinTrackSize and pane.MaxTrackSize properties.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 01:31:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33385&amp;title=set-autoscrollminsize-could-raise-a-bug#33385</guid>
  </item> 
  <item>
   <title><![CDATA[Set AutoScrollMinSize could raise a bug? : Hi,   First, what do you mean...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33371&amp;title=set-autoscrollminsize-could-raise-a-bug#33371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10161<br /><strong>Posted:</strong> 09 April 2008 at 4:04pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>First, what do you mean with: AutoScrollSize of the form? Is it a property&nbsp;in C#? </DIV><DIV>&nbsp;</DIV><DIV>Did you set the min and max panesize?</DIV><DIV>You can set the min and max&nbsp;pane size with:</DIV><DIV>&nbsp;</DIV><DIV>pane.MinTrackSize.SetSize 100,100</DIV><DIV>pane.MaxTrackSize.SetSize 100,100</DIV><DIV>&nbsp;</DIV><DIV>if you set both values to same width/height you can't resize the pane!</DIV><DIV>btw it shouldn't be possible to resize the pane smaller than value of MinTrackSize.</DIV>]]>
   </description>
   <pubDate>Wed, 09 Apr 2008 16:04:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33371&amp;title=set-autoscrollminsize-could-raise-a-bug#33371</guid>
  </item> 
  <item>
   <title><![CDATA[Set AutoScrollMinSize could raise a bug? : I have a Form embedded in Docking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33356&amp;title=set-autoscrollminsize-could-raise-a-bug#33356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1219">wb197</a><br /><strong>Subject:</strong> 10161<br /><strong>Posted:</strong> 09 April 2008 at 11:03am<br /><br />I have a Form embedded in Docking Pane. If I set the AutoScrollSize of the form, after I resize the pane size smaller than the minimal size, the pane size will be locked, which means I cannot drag the pane size. <DIV>I don't know if I miss anything?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 09 Apr 2008 11:03:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10161&amp;PID=33356&amp;title=set-autoscrollminsize-could-raise-a-bug#33356</guid>
  </item> 
 </channel>
</rss>