<?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 : Report C&#111;ntrol Row Height</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Report C&#111;ntrol Row Height]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:29:56 +0000</pubDate>
  <lastBuildDate>Tue, 05 Sep 2006 15:47:50 +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=3362</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[Report C&#111;ntrol Row Height :    rdeboer wrote:If I try this,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=15474&amp;title=report-control-row-height#15474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3362<br /><strong>Posted:</strong> 05 September 2006 at 3:47pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by rdeboer" alt="Originally posted by rdeboer" style="vertical-align: text-bottom;" /> <strong>rdeboer wrote:</strong><br /><br /><div>If I try this, it doesn't display the second line of text fully, only a part of it.</div><div>&nbsp;</div><div>Is there a way to display 2 lines of text fully, so both lines of text could be seen?&nbsp;</div></td></tr></table><br><br>It doesn't display second line just because somewhere you do use xtpCustomBeforeDrawRow custom draw notification.<br><br>You'll have whether to disable it at all or ensure that you call           <br>.SetCustomDraw xtpCustomBeforeDrawRow<br>before <br>.PaintManager.FixedRowHeight = False<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 15:47:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=15474&amp;title=report-control-row-height#15474</guid>
  </item> 
  <item>
   <title><![CDATA[Report C&#111;ntrol Row Height :   SuperMario wrote:You can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=15460&amp;title=report-control-row-height#15460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 3362<br /><strong>Posted:</strong> 05 September 2006 at 9:04am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by SuperMario" alt="Originally posted by SuperMario" style="vertical-align: text-bottom;" /> <strong>SuperMario wrote:</strong><br /><br />You can't specify height, but you can specify multi-row.<BR><BR>wndReportControl.PaintManager.FixedRowHeight = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Columns(COLUMN_SUBJECT).Alignment = xtpAlignmentLeft Or xtpAlignmentWordBreak<BR><BR>In this sample, COLUMN_SUBJECT is the column that contains allot of text.&nbsp; This code will cause text to "wrap" to the next line if too long to display on a single line.<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>If I try this, it doesn't display the second line of text fully, only a part of it.</DIV><DIV>&nbsp;</DIV><DIV>Is there a way to display 2 lines of text fully, so both lines of text could be seen?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 09:04:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=15460&amp;title=report-control-row-height#15460</guid>
  </item> 
  <item>
   <title><![CDATA[Report C&#111;ntrol Row Height : You can&amp;#039;t specify height,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=10074&amp;title=report-control-row-height#10074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3362<br /><strong>Posted:</strong> 07 December 2005 at 7:44am<br /><br />You can't specify height, but you can specify multi-row.<br><br>wndReportControl.PaintManager.FixedRowHeight = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Columns(COLUMN_SUBJECT).Alignment = xtpAlignmentLeft Or xtpAlignmentWordBreak<br><br>In this sample, COLUMN_SUBJECT is the column that contains allot of text.&nbsp; This code will cause text to "wrap" to the next line if too long to display on a single line.<br>]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 07:44:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=10074&amp;title=report-control-row-height#10074</guid>
  </item> 
  <item>
   <title><![CDATA[Report C&#111;ntrol Row Height : How do I set report control row...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=10064&amp;title=report-control-row-height#10064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1210">UniversalProg.</a><br /><strong>Subject:</strong> 3362<br /><strong>Posted:</strong> 06 December 2005 at 11:10pm<br /><br /><P>How do I set report control row height ? so the content which wrapped on second line should displayed ?</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 23:10:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3362&amp;PID=10064&amp;title=report-control-row-height#10064</guid>
  </item> 
 </channel>
</rss>