<?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 : Row Height</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Row Height]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:30:55 +0000</pubDate>
  <lastBuildDate>Mon, 17 Jul 2017 08:04: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=23387</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[Row Height : unfortunately I can&amp;#039;t reproduce....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75935&amp;title=row-height#75935</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23387<br /><strong>Posted:</strong> 17 July 2017 at 8:04am<br /><br />unfortunately &nbsp;I can't reproduce. Have you tried v18.0 beta ?<br><br>Are you sure that there are not any other changes in ReportSample ?]]>
   </description>
   <pubDate>Mon, 17 Jul 2017 08:04:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75935&amp;title=row-height#75935</guid>
  </item> 
  <item>
   <title><![CDATA[Row Height : In the Samples/ReportControl/VB/ReportSample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75933&amp;title=row-height#75933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3937">parkersoft</a><br /><strong>Subject:</strong> 23387<br /><strong>Posted:</strong> 17 July 2017 at 7:31am<br /><br />In the Samples/ReportControl/VB/ReportSample project<div><br></div><div>frmMain.Load</div><div><br></div><div>Add:</div><div><br></div><div>wndReportControl.SetCustomDraw xtpCustomMeasureRow</div><div><br></div><div>and in the MeasureRow event add:</div><div>Height=40</div><div><br></div><div>comment out:</div><div>wndReportControl.SetCustomDraw xtpCustomBeforeDrawRow</div><div><br></div><div>Then place any other control on the form that can get focus.</div><div><br></div><div>Run the project and tab to the other control. The rows will change size.</div><div><br></div><div>Thanks</div>]]>
   </description>
   <pubDate>Mon, 17 Jul 2017 07:31:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75933&amp;title=row-height#75933</guid>
  </item> 
  <item>
   <title><![CDATA[Row Height : Hello,I can&amp;#039;t reproduce issue.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75932&amp;title=row-height#75932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23387<br /><strong>Posted:</strong> 17 July 2017 at 7:15am<br /><br />Hello,<br><br>I can't reproduce issue.<br>I have checked this with &nbsp;C#.NET\ReportSample<br>in sub sample&nbsp;frmTreeView.cs &nbsp;I have added <table width="99%"><tr><td><pre class="BBcode">this.wndReportControl.MeasureRow += new AxXtremeReportControl._DReportControlEvents_MeasureRowEventHandler(this.wndReportControl_MeasureRow);<div><br></div><div>wndReportControl.SetCustomDraw(XTPReportCustomDraw.xtpCustomMeasureRow);<br><div><br></div><div>private void wndReportControl_MeasureRow(object sender, AxXtremeReportControl._DReportControlEvents_MeasureRowEvent e)</div><div>{</div><div>&nbsp; &nbsp; &nbsp;e.height = 10;</div><div>}</pre></td></tr></table>on that form is OK button. When I switch focus with Tab &nbsp;from ReportControl to button Ok &nbsp;then rows still 10 px in height.&nbsp;<br><br>Can you provide sample application where I can see this issue ?<br><br>Regards,<br>&nbsp;Oleksandr Lebed</div></div>]]>
   </description>
   <pubDate>Mon, 17 Jul 2017 07:15:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75932&amp;title=row-height#75932</guid>
  </item> 
  <item>
   <title><![CDATA[Row Height : Hi,I am using 17.3How do i set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75929&amp;title=row-height#75929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3937">parkersoft</a><br /><strong>Subject:</strong> 23387<br /><strong>Posted:</strong> 13 July 2017 at 12:02pm<br /><br />Hi,<div><br></div><div>I am using 17.3</div><div><br></div><div>How do i set the height of rows in the report control?</div><div><br></div><div>I have used .SetCustomDraw xtpCustomMeasureRow</div><div><br></div><div>and then set Height = x in the MeasureRow event. This works on initial load but the rows then revert to default height whenever the report control loses focus. This did not happen on 17.2</div><div><br></div><div>Thanks</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 13 Jul 2017 12:02:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23387&amp;PID=75929&amp;title=row-height#75929</guid>
  </item> 
 </channel>
</rss>