<?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] Custom Row Height</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] Custom Row Height]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 11:14:12 +0000</pubDate>
  <lastBuildDate>Fri, 22 Feb 2013 20:46:02 +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=18893</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] Custom Row Height : Hi, can you help me pleas how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18893&amp;PID=69751&amp;title=solved-custom-row-height#69751</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7875">Ymer</a><br /><strong>Subject:</strong> 18893<br /><strong>Posted:</strong> 22 February 2013 at 8:46pm<br /><br /><font face="Arial, Helvetica, sans-serif" size="3">Hi, can you help me pleas how to&nbsp;</font><h1><font size="3" style="font-weight: normal;">Height</font></h1><font face="Arial, Helvetica, sans-serif" size="3">headerrows.</font>]]>
   </description>
   <pubDate>Fri, 22 Feb 2013 20:46:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18893&amp;PID=69751&amp;title=solved-custom-row-height#69751</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Custom Row Height :  Yes,Using the following code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18893&amp;PID=66212&amp;title=solved-custom-row-height#66212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18893<br /><strong>Posted:</strong> 08 September 2011 at 9:38am<br /><br />Yes,<br><br>Using the following code:<br><br><table width="99%"><tr><td><pre class="BBcode">ReportControl.PaintManager.FixedRowHeight = False<br>ReportControl.SetCustomDraw xtpCustomMeasureRow <br></pre></td></tr></table><br>This means the ReportControl can now change the row height for all rows or a given row or number of rows.<br><br><table width="99%"><tr><td><pre class="BBcode">Private Sub rpcGrid_MeasureRow(ByVal Row As XtremeReportControl.IReportRow, ByVal hdc As stdole.OLE_HANDLE, ByVal Width As Long, Height As Long)<br>&nbsp;&nbsp;&nbsp; If (Row.Index = 5 Or Row.Index = 10) Then Height = 42<br>End Sub<br></pre></td></tr></table><br>The sample above is only changing the height on rows 5 &amp; 10, remove this and it will change the height for all rows.<br><br>]]>
   </description>
   <pubDate>Thu, 08 Sep 2011 09:38:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18893&amp;PID=66212&amp;title=solved-custom-row-height#66212</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Custom Row Height :  Hello,is there any way to customize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18893&amp;PID=66135&amp;title=solved-custom-row-height#66135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6247">Suicidal</a><br /><strong>Subject:</strong> 18893<br /><strong>Posted:</strong> 02 September 2011 at 12:36pm<br /><br />Hello,<div><br></div><div>is there any way to customize row height?</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 02 Sep 2011 12:36:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18893&amp;PID=66135&amp;title=solved-custom-row-height#66135</guid>
  </item> 
 </channel>
</rss>