<?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 : AutoSizeMode</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : AutoSizeMode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 11:03:16 +0000</pubDate>
  <lastBuildDate>Fri, 20 Feb 2009 02:36: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=13396</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[AutoSizeMode : Hi,  Just set AutoSizeColumns...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45668&amp;title=autosizemode#45668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13396<br /><strong>Posted:</strong> 20 February 2009 at 2:36am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Just set AutoSizeColumns = True and set Column.AutoSize = False, like this:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim i As Integer<BR>&nbsp;&nbsp;&nbsp; Dim col As XtremeReportControl.ReportColumn</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; For i = 0 To 3<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set col = wndReportControl.Columns.Add(i, "Column text", 50,&nbsp;True&nbsp;)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If col.ItemIndex &lt; 4 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;col.AutoSize = False&nbsp; 'When resizing RC only the last column will be resized</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; col.Resizable = False 'Column width will be as assigned to and nt be resizable&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; Next i</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 20 Feb 2009 02:36:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45668&amp;title=autosizemode#45668</guid>
  </item> 
  <item>
   <title><![CDATA[AutoSizeMode : thanks Aaron,I have already tried...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45391&amp;title=autosizemode#45391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4559">mar72vin</a><br /><strong>Subject:</strong> 13396<br /><strong>Posted:</strong> 12 February 2009 at 5:32pm<br /><br />thanks Aaron,<br>I have already tried AutoColumnSizing = true.<br><br>This resizes all columns to fit the entire width of RC. <br><br>What i need is to only resize one column to fill the remaining space of the RC.<br><br>e.g. If i have 4 columns i would like columns 1,2 and 3 to be of fixed width. I would like column 4 to fill the remaining space of the RC.<br><br>Is there any way of doing this?<br><br>thanks.<br>]]>
   </description>
   <pubDate>Thu, 12 Feb 2009 17:32:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45391&amp;title=autosizemode#45391</guid>
  </item> 
  <item>
   <title><![CDATA[AutoSizeMode : Hi,   If you set AutoColumnSizing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45389&amp;title=autosizemode#45389</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13396<br /><strong>Posted:</strong> 12 February 2009 at 3:55pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>If you set AutoColumnSizing to True, columns will be sized to entire width of RC</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 12 Feb 2009 15:55:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45389&amp;title=autosizemode#45389</guid>
  </item> 
  <item>
   <title><![CDATA[AutoSizeMode : Hi,Just wondering if there is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45361&amp;title=autosizemode#45361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4559">mar72vin</a><br /><strong>Subject:</strong> 13396<br /><strong>Posted:</strong> 12 February 2009 at 1:00am<br /><br />Hi,<br>Just wondering if there is a way to set one column in the report control to auto fill the remaining width of the control? (Similar to the MS DataGridView)<br><br>i.e. all columns have a fixed width except for the last one that has a variable width that will fill the entire remaining width of the control.<br><br>thanks.<br><br>]]>
   </description>
   <pubDate>Thu, 12 Feb 2009 01:00:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13396&amp;PID=45361&amp;title=autosizemode#45361</guid>
  </item> 
 </channel>
</rss>