<?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 : (SOLVED) Extend last Column to fit.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : (SOLVED) Extend last Column to fit.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 15:31:58 +0000</pubDate>
  <lastBuildDate>Mon, 12 Dec 2011 13:50:47 +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=17774</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[(SOLVED) Extend last Column to fit. : Hi,  Is this possible yet? (without...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=67138&amp;title=solved-extend-last-column-to-fit#67138</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17774<br /><strong>Posted:</strong> 12 December 2011 at 1:50pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Is this possible yet? (without the workaround I showed)</DIV><DIV>&nbsp;</DIV><DIV>I thought <strong>LastColumnWidthWYSIWYG</strong> property would do that but I can't get it to work...</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 12 Dec 2011 13:50:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=67138&amp;title=solved-extend-last-column-to-fit#67138</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) Extend last Column to fit. : Aaron many thanks that what I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=62174&amp;title=solved-extend-last-column-to-fit#62174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 17774<br /><strong>Posted:</strong> 12 January 2011 at 7:01am<br /><br /><DIV>Aaron many thanks that what I was look for.</DIV><DIV>was looking only at the Col object never saw AutoColumnSizing</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>not long now until we get ver 15, I never updated from ver 13 even though I kept my&nbsp;support paid up</DIV><DIV>Hope it a good one!</DIV><DIV>&nbsp;</DIV><DIV>Thanks again</DIV><DIV>Mark&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jan 2011 07:01:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=62174&amp;title=solved-extend-last-column-to-fit#62174</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) Extend last Column to fit. : Hi Mark I thought CJ added something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=62173&amp;title=solved-extend-last-column-to-fit#62173</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17774<br /><strong>Posted:</strong> 12 January 2011 at 6:27am<br /><br /><P>Hi Mark</P><P>I thought CJ added something to&nbsp;accomplish&nbsp;this, but I can't seem to find how...</P><DIV>The only solution I can give you right now is setting AutoColumnSizing to True and if you don't want other columns (auto)sized (see code below) or&nbsp;set MinimumWidth/ MaximumWidth&nbsp;for each column except last one:</DIV><DIV>&nbsp;</DIV><DIV>With wndReportControl<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoColumnSizing = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Columns<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Add(.Count, "Col 1", 100, True)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoSize = <strong>False</strong><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Add(.Count, "Col 2", 100, True)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoSize = <strong>False</strong><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Add(.Count, "Col 3", 100, True)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoSize = <strong>True</strong><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</DIV><DIV>End With</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jan 2011 06:27:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=62173&amp;title=solved-extend-last-column-to-fit#62173</guid>
  </item> 
  <item>
   <title><![CDATA[(SOLVED) Extend last Column to fit. : Hi  Is there anyway to get the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=62172&amp;title=solved-extend-last-column-to-fit#62172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 17774<br /><strong>Posted:</strong> 12 January 2011 at 5:50am<br /><br />Hi <DIV>Is there anyway to get the report control to extend the width of the last column to fill the width of the control.</DIV><DIV>&nbsp;</DIV><DIV>Many Thanks</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jan 2011 05:50:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17774&amp;PID=62172&amp;title=solved-extend-last-column-to-fit#62172</guid>
  </item> 
 </channel>
</rss>