<?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 : Stretching the last column</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Stretching the last column]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 17 Jun 2026 10:00:31 +0000</pubDate>
  <lastBuildDate>Thu, 04 May 2006 15:18:24 +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=4134</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[Stretching the last column : It does what you want, but other...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4134&amp;PID=12678&amp;title=stretching-the-last-column#12678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4134<br /><strong>Posted:</strong> 04 May 2006 at 3:18pm<br /><br />It does what you want, but other columns may also have AutoSize property set to True, and therefore all those columns can resize. I suggest something like following will help you to understand how it works:<br><table width="99%"><tr><td><pre class="BBcode"><br>For Each Column In wndReportControl.Columns<br>&nbsp;&nbsp;&nbsp; Column.AutoSize = False<br>Next<br>wndReportControl.Columns(10).AutoSize = True<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 04 May 2006 15:18:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4134&amp;PID=12678&amp;title=stretching-the-last-column#12678</guid>
  </item> 
  <item>
   <title><![CDATA[Stretching the last column : I was wondering if there was a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4134&amp;PID=12667&amp;title=stretching-the-last-column#12667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 4134<br /><strong>Posted:</strong> 04 May 2006 at 12:02pm<br /><br /><P>I was wondering if there was a way to stretch the last column of a Report control to fill up the rest of the designated width of the control. In previous controls we have used, we&nbsp;had the ability to either set the lengths of the columns and turn on a setting to stretch the last column.&nbsp; I know there is auto column property but it seems to be not working unless i'm not understanding it fully, maybe this property doesn't do what I'm thinking it should do.</P><P>ReportControl.Columns.Column(10).AutoSize = True</P>]]>
   </description>
   <pubDate>Thu, 04 May 2006 12:02:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4134&amp;PID=12667&amp;title=stretching-the-last-column#12667</guid>
  </item> 
 </channel>
</rss>