<?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 : How to fix splittersize</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : How to fix splittersize]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 12:48:09 +0000</pubDate>
  <lastBuildDate>Fri, 19 Jul 2013 11:19:11 +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=21799</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[How to fix splittersize : Glad to help! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71408&amp;title=how-to-fix-splittersize#71408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 21799<br /><strong>Posted:</strong> 19 July 2013 at 11:19am<br /><br />Glad to help!<br>]]>
   </description>
   <pubDate>Fri, 19 Jul 2013 11:19:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71408&amp;title=how-to-fix-splittersize#71408</guid>
  </item> 
  <item>
   <title><![CDATA[How to fix splittersize : HOW! works perfect!many many thanks!Codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71404&amp;title=how-to-fix-splittersize#71404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2830">sosepe</a><br /><strong>Subject:</strong> 21799<br /><strong>Posted:</strong> 19 July 2013 at 4:35am<br /><br />HOW! works perfect!<div><br></div><div>many many thanks!</div><div><br></div><div>Codejock forever!&nbsp;<img src="http://forum.codejock.com/smileys/smiley20.gif" border="0" alt="Thumbs Up" title="Thumbs Up" /></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 19 Jul 2013 04:35:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71404&amp;title=how-to-fix-splittersize#71404</guid>
  </item> 
  <item>
   <title><![CDATA[How to fix splittersize : The SplitterPos parameter sets...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71395&amp;title=how-to-fix-splittersize#71395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 21799<br /><strong>Posted:</strong> 18 July 2013 at 8:37am<br /><br />The SplitterPos parameter sets the position of the splitter as a percentage of the width of the control.&nbsp; So let's say you want to lock the splitter at 2500 Twips from the left edge of the control. You will need to recalculated whenever you resize the PropertyGrid. Something like this should work:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Load<br>&nbsp;&nbsp; Me.ctlPropertyGrid.VariableSplitterPos = False&nbsp;&nbsp; ' Turn off the splitter UI so the user can't resize it<br>End Sub<br><br>Private Sub Form_Resize<br>&nbsp;&nbsp; Const c_SplitterWidthTwips As Long = 2500<br><br>&nbsp;&nbsp; With Me.ctlPropertyGrid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Move 0, 0, Me.ScaleWidth, Me.ScaleHeight ' Fill the PropertyGrid to the window<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SplitterPos = c_SplitterWidthTwips / .Width ' Set the splitter position to the desired % of the control width<br>&nbsp;&nbsp; End With<br>End Sub<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Thu, 18 Jul 2013 08:37:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71395&amp;title=how-to-fix-splittersize#71395</guid>
  </item> 
  <item>
   <title><![CDATA[How to fix splittersize : Hello,it&amp;#039;s possible to fix...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71380&amp;title=how-to-fix-splittersize#71380</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2830">sosepe</a><br /><strong>Subject:</strong> 21799<br /><strong>Posted:</strong> 17 July 2013 at 6:57am<br /><br />Hello,&nbsp;<div>it's possible to fix the size/position of splitter ?<div>I need to have always the same width of the description column.</div><div>Now i set a splitterpos value and when resize the window che size of the column change so i don't see description column complete.</div><div><br></div><div>Many thanks for the help</div><div>(and sorry for bad english)</div><div><br></div></div>]]>
   </description>
   <pubDate>Wed, 17 Jul 2013 06:57:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21799&amp;PID=71380&amp;title=how-to-fix-splittersize#71380</guid>
  </item> 
 </channel>
</rss>